Element | Description | Class |
---|---|---|
resourceAdapter | The JCA Resource Adaptor for ActiveMQ | org.apache.activemq.ra.ActiveMQResourceAdapter |
Element | Description | Class |
---|---|---|
activationSpec | Configures the inbound JMS consumer specification using ActiveMQ | org.apache.activemq.ra.ActiveMQActivationSpec |
managedConnectionFactory | org.apache.activemq.ra.ActiveMQManagedConnectionFactory | |
resourceAdapter | The JCA Resource Adaptor for ActiveMQ | org.apache.activemq.ra.ActiveMQResourceAdapter |
Attribute | Type | Description |
---|---|---|
acknowledgeMode | xs:string | |
backOffMultiplier | xs:double | |
clientId | xs:string | |
destination | xs:string | |
destinationType | xs:string | |
enableBatch | xs:string | |
initialRedeliveryDelay | xs:long | |
keyStore | xs:string | |
keyStoreKeyPassword | xs:string | |
keyStorePassword | xs:string | |
maxMessagesPerBatch | xs:string | |
maxMessagesPerSessions | xs:string | |
maxSessions | xs:string | |
maximumRedeliveries | xs:integer | |
maximumRedeliveryDelay | xs:long | |
messageSelector | xs:string | |
noLocal | xs:string | |
password | xs:string | |
subscriptionDurability | xs:string | |
subscriptionName | xs:string | |
trustStore | xs:string | |
trustStorePassword | xs:string | |
useExponentialBackOff | xs:boolean | |
useJndi | xs:boolean | |
useRAManagedTransaction | xs:string | |
userName | xs:string |
Element | Type | Description |
---|---|---|
activeMQDestination | <spring:bean/> | A helper method mostly for use in Dependency Injection containers which allows you to customize the destination and destinationType properties from a single ActiveMQDestination POJO |
resourceAdapter | <spring:bean/> |
Attribute | Type | Description |
---|---|---|
allPrefetchValues | xs:integer | |
clientid | xs:string | |
durableTopicPrefetch | xs:integer | |
initialRedeliveryDelay | xs:long | |
inputStreamPrefetch | xs:integer | |
keyStore | xs:string | |
keyStoreKeyPassword | xs:string | |
keyStorePassword | xs:string | |
maximumRedeliveries | xs:integer | |
maximumRedeliveryDelay | xs:long | |
optimizeDurableTopicPrefetch | xs:integer | |
password | xs:string | |
queueBrowserPrefetch | xs:integer | |
queuePrefetch | xs:integer | |
redeliveryBackOffMultiplier | xs:double | |
redeliveryUseExponentialBackOff | xs:boolean | |
serverUrl | xs:string | |
topicPrefetch | xs:integer | |
trustStore | xs:string | |
trustStorePassword | xs:string | |
useInboundSession | xs:boolean | |
useSessionArgs | xs:boolean | if true, calls to managed connection factory.connection.createSession will respect the passed in args. When false (default) the args are ignored b/c the container will do transaction demarcation via xa or local transaction rar contracts. This option is useful when a managed connection is used in plain jms mode and a jms transacted session session is required. |
userName | xs:string |
Element | Type | Description |
---|---|---|
info | <spring:bean/> | Gets the connection request information. |
logWriter | <spring:bean/> | |
resourceAdapter | <spring:bean/> |
Attribute | Type | Description |
---|---|---|
allPrefetchValues | xs:integer | |
brokerXmlConfig | xs:string | Sets the XML configuration file used to configure the ActiveMQ broker via Spring if using embedded mode. |
clientid | xs:string | |
durableTopicPrefetch | xs:integer | |
initialRedeliveryDelay | xs:long | |
inputStreamPrefetch | xs:integer | |
keyStore | xs:string | |
keyStoreKeyPassword | xs:string | |
keyStorePassword | xs:string | |
maximumRedeliveries | xs:integer | |
maximumRedeliveryDelay | xs:long | |
optimizeDurableTopicPrefetch | xs:integer | |
password | xs:string | |
queueBrowserPrefetch | xs:integer | |
queuePrefetch | xs:integer | |
redeliveryBackOffMultiplier | xs:double | |
redeliveryUseExponentialBackOff | xs:boolean | |
serverUrl | xs:string | |
topicPrefetch | xs:integer | |
trustStore | xs:string | |
trustStorePassword | xs:string | |
useInboundSession | xs:boolean | |
useSessionArgs | xs:boolean | if true, calls to managed connection factory.connection.createSession will respect the passed in args. When false (default) the args are ignored b/c the container will do transaction demarcation via xa or local transaction rar contracts. This option is useful when a managed connection is used in plain jms mode and a jms transacted session session is required. |
userName | xs:string |
Element | Type | Description |
---|---|---|
connectionFactory | <spring:bean/> | |
info | <spring:bean/> | Gets the connection request information. |