Root Element

ElementDescriptionClass
resourceAdapterThe JCA Resource Adaptor for ActiveMQorg.apache.activemq.ra.ActiveMQResourceAdapter

Element Summary

ElementDescriptionClass
activationSpecConfigures the inbound JMS consumer specification using ActiveMQorg.apache.activemq.ra.ActiveMQActivationSpec
managedConnectionFactoryorg.apache.activemq.ra.ActiveMQManagedConnectionFactory
resourceAdapterThe JCA Resource Adaptor for ActiveMQorg.apache.activemq.ra.ActiveMQResourceAdapter

Element Detail

Element: activationSpec

AttributeTypeDescription
acknowledgeModexs:string
backOffMultiplierxs:double
clientIdxs:string
destinationxs:string
destinationTypexs:string
enableBatchxs:string
initialRedeliveryDelayxs:long
keyStorexs:string
keyStoreKeyPasswordxs:string
keyStorePasswordxs:string
maxMessagesPerBatchxs:string
maxMessagesPerSessionsxs:string
maxSessionsxs:string
maximumRedeliveriesxs:integer
maximumRedeliveryDelayxs:long
messageSelectorxs:string
noLocalxs:string
passwordxs:string
subscriptionDurabilityxs:string
subscriptionNamexs:string
trustStorexs:string
trustStorePasswordxs:string
useExponentialBackOffxs:boolean
useJndixs:boolean
useRAManagedTransactionxs:string
userNamexs:string
ElementTypeDescription
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/>

Element: managedConnectionFactory

AttributeTypeDescription
allPrefetchValuesxs:integer
clientidxs:string
durableTopicPrefetchxs:integer
initialRedeliveryDelayxs:long
inputStreamPrefetchxs:integer
keyStorexs:string
keyStoreKeyPasswordxs:string
keyStorePasswordxs:string
maximumRedeliveriesxs:integer
maximumRedeliveryDelayxs:long
optimizeDurableTopicPrefetchxs:integer
passwordxs:string
queueBrowserPrefetchxs:integer
queuePrefetchxs:integer
redeliveryBackOffMultiplierxs:double
redeliveryUseExponentialBackOffxs:boolean
serverUrlxs:string
topicPrefetchxs:integer
trustStorexs:string
trustStorePasswordxs:string
useInboundSessionxs:boolean
useSessionArgsxs:booleanif 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.
userNamexs:string
ElementTypeDescription
info<spring:bean/>Gets the connection request information.
logWriter<spring:bean/>
resourceAdapter<spring:bean/>

Element: resourceAdapter

AttributeTypeDescription
allPrefetchValuesxs:integer
brokerXmlConfigxs:stringSets the XML configuration file used to configure the ActiveMQ broker via Spring if using embedded mode.
clientidxs:string
durableTopicPrefetchxs:integer
initialRedeliveryDelayxs:long
inputStreamPrefetchxs:integer
keyStorexs:string
keyStoreKeyPasswordxs:string
keyStorePasswordxs:string
maximumRedeliveriesxs:integer
maximumRedeliveryDelayxs:long
optimizeDurableTopicPrefetchxs:integer
passwordxs:string
queueBrowserPrefetchxs:integer
queuePrefetchxs:integer
redeliveryBackOffMultiplierxs:double
redeliveryUseExponentialBackOffxs:boolean
serverUrlxs:string
topicPrefetchxs:integer
trustStorexs:string
trustStorePasswordxs:string
useInboundSessionxs:boolean
useSessionArgsxs:booleanif 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.
userNamexs:string
ElementTypeDescription
connectionFactory<spring:bean/>
info<spring:bean/>Gets the connection request information.