http://activemq.apache.org/schema/core element
outboundQueueConnectionFactory
Model
<outboundQueueConnectionFactory> (connectionFactory | xaConnectionFactory | (any element from any namespace other than http://activemq.apache.org/schema/core))? </outboundQueueConnectionFactory>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
connectionFactory
A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix property
so that connections created have client IDs related to your Spring.xml file for
easier comprehension from <a href="http://activemq.apache.org/jmx.html">JMX</a>.
anonymous type derived from anyType
xaConnectionFactory
A <a href="http://www.springframework.org/">Spring</a> enhanced XA connection
factory which will automatically use the Spring bean name as the clientIDPrefix property
so that connections created have client IDs related to your Spring.xml file for
easier comprehension from <a href="http://activemq.apache.org/jmx.html">JMX</a>.