Hi,
AMQ doc suggest, To create an embedded broker inside Spring its easiest to
do it explicitly as follows...
<bean id="broker" class="org.apache.activemq.xbean.BrokerFactoryBean">
<property name="config"
value="classpath:org/activemq/xbean/activemq.xml" />
<property name="start" value="true" />
</bean>
just wondering how can I externalize the activemq.xml from the the
application..(from my custom location which is not part of the application
archive)
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Spring-ActiveMQ-embedded-broker-tp3796199p3796199.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.