class="org.springframework.beans.factory.config.
PropertyPlaceholderConfigurer">
class="org.apache.xbean.spring.jndi.
SpringInitialContextFactory"
factory-method="makeInitialContext" singleton="true" />
name="admin"
flowName="jms?jmsURL=tcp://localhost:61616"
useMBeanServer="true"
createMBeanServer="true"
rmiPort="1111">
class="org.apache.activemq.xbean.BrokerFactoryBean">
class="org.apache.activemq.pool.PooledConnectionFactory">
Transactions, Security, Clustering, and JMX
[ 376 ]
class="org.apache.activemq.ActiveMQConnectionFactory">
The important thing to note here is that, we first set the flowName to be of JMS type
and then set the jmsURL to point to the location where the JMS broker is listening.
Pages:
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494