Hello,

I'm trying to embed ActiveMQ thanks this method call:

broker = BrokerFactory.createBroker(new URI("xbean:file:"+conffile_),
false);

As far I can understand by setting the boolean startBroker to false it
should not start the broker until I expressly implement the broker.start()
method but in fact it did (broker.isStarted() return true)...

Do I misunderstand or is this a unattended behavior ?

Thanks


-- 
View this message in context: 
http://www.nabble.com/embedding-ActiveMQ-thanks-activemq.xml-without-starting-tp22906914p22906914.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to