that makes use of spring resource[1], any url should work, eg: file://opt/amq/config/activemq.xml
[1] http://static.springsource.org/spring/docs/3.0.0.RELEASE/reference/html/resources.html On 7 September 2011 15:13, Vijay <[email protected]> wrote: > 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. > -- http://fusesource.com http://blog.garytully.com
