Want one broker, two turn up

2010-09-03 Thread jsvaughan
Hi, I have two web apps running in Tomcat and I would like both of them to make use of a common activemq broker. However I seem to have a problem where two brokers are started instead. In my tomcat context.xml I have a single connection factory and two queues defined:

Re: Want one broker, two turn up

2010-09-03 Thread jsvaughan
Would that result in both my applications waiting for the broker to start though (and just postpone the problem)? I only have vm:localhost defined once, in the brokerurl of the connectionfactory found by jndi. -- View this message in context: http://activemq.2283324.n4.nabble.com/Want-one-bro

Re: Want one broker, two turn up

2010-09-03 Thread jsvaughan
I think that may be it. I changed the camel import to exclude activemq: org.apache.activemq activemq-camel 5.4.0 org.apache.activemq activemq-core