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:short
clientIdxs:string
destinationxs:string
destinationTypexs:string
enableBatchxs:string
initialRedeliveryDelayxs:long
maxMessagesPerBatchxs:string
maxMessagesPerSessionsxs:string
maxSessionsxs:string
maximumRedeliveriesxs:integer
messageSelectorxs:string
noLocalxs:string
passwordxs:string
subscriptionDurabilityxs:string
subscriptionNamexs:string
useExponentialBackOffxs: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
resourceAdapterresourceAdapter

Element: managedConnectionFactory

AttributeTypeDescription
clientidxs:string
initialRedeliveryDelayxs:long
passwordxs:string
redeliveryBackOffMultiplierxs:short
userNamexs:string
ElementTypeDescription
allPrefetchValues<spring:bean/>
durableTopicPrefetch<spring:bean/>
inputStreamPrefetch<spring:bean/>
logWriter<spring:bean/>
maximumRedeliveries<spring:bean/>
queueBrowserPrefetch<spring:bean/>
queuePrefetch<spring:bean/>
redeliveryUseExponentialBackOff<spring:bean/>
resourceAdapterresourceAdapter
topicPrefetch<spring:bean/>
useInboundSession<spring:bean/>

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
passwordxs:string
redeliveryBackOffMultiplierxs:short
serverUrlxs:string
userNamexs:string
ElementTypeDescription
allPrefetchValues<spring:bean/>
connectionFactory<spring:bean/>This allows a connection factory to be configured and shared between a ResourceAdaptor and outbound messaging. Note that setting the connectionFactory will overload many of the properties on this POJO such as the redelivery and prefetch policies; the properties on the connectionFactory will be used instead.
durableTopicPrefetch<spring:bean/>
inputStreamPrefetch<spring:bean/>
maximumRedeliveries<spring:bean/>
queueBrowserPrefetch<spring:bean/>
queuePrefetch<spring:bean/>
redeliveryUseExponentialBackOff<spring:bean/>
topicPrefetch<spring:bean/>
useInboundSession<spring:bean/>