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
maxMessagesPerBatchxs:string
maxMessagesPerSessionsxs:string
maxSessionsxs:string
maximumRedeliveriesxs:integer
maximumRedeliveryDelayxs:long
messageSelectorxs:string
noLocalxs:string
passwordxs:string
subscriptionDurabilityxs:string
subscriptionNamexs: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
clientidxs:string
initialRedeliveryDelayxs:long
maximumRedeliveryDelayxs:long
passwordxs:string
redeliveryBackOffMultiplierxs:double
serverUrlxs:string
userNamexs:string
ElementTypeDescription
allPrefetchValues<spring:bean/>
durableTopicPrefetch<spring:bean/>
info<spring:bean/>Gets the connection request information.
inputStreamPrefetch<spring:bean/>
logWriter<spring:bean/>
maximumRedeliveries<spring:bean/>
optimizeDurableTopicPrefetch<spring:bean/>
queueBrowserPrefetch<spring:bean/>
queuePrefetch<spring:bean/>
redeliveryUseExponentialBackOff<spring:bean/>
resourceAdapter<spring:bean/>
topicPrefetch<spring:bean/>
useInboundSession<spring:bean/>
useSessionArgs<spring:bean/>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.

Element: resourceAdapter

AttributeTypeDescription
brokerXmlConfigxs:stringSets the XML configuration file used to configure the ActiveMQ broker via Spring if using embedded mode.
clientidxs:string
initialRedeliveryDelayxs:long
maximumRedeliveryDelayxs:long
passwordxs:string
redeliveryBackOffMultiplierxs:double
serverUrlxs:string
userNamexs:string
ElementTypeDescription
allPrefetchValues<spring:bean/>
connectionFactory<spring:bean/>
durableTopicPrefetch<spring:bean/>
info<spring:bean/>Gets the connection request information.
inputStreamPrefetch<spring:bean/>
maximumRedeliveries<spring:bean/>
optimizeDurableTopicPrefetch<spring:bean/>
queueBrowserPrefetch<spring:bean/>
queuePrefetch<spring:bean/>
redeliveryUseExponentialBackOff<spring:bean/>
topicPrefetch<spring:bean/>
useInboundSession<spring:bean/>
useSessionArgs<spring:bean/>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.