Re: Create Activemq Instance

2014-01-22 Thread Christian Posta
Makes sense. So follow what I said in my previous post if not using your installer, but ultimately what torsten said is what you're looking for... that is... you'll have to figure out what your installer is doing. On Wed, Jan 22, 2014 at 8:46 AM, Chirag Pujara wrote: > I am trying to setup active

Re: Create Activemq Instance

2014-01-22 Thread Chirag Pujara
I am trying to setup activemq with leveldb and thats what documentation is saying. Keep all broker name same in "Replicated LevelDB Store Properties" section in this link http://activemq.apache.org/replicated-leveldb-store.html Can I have diff. name for this type of setup.? thanks, chirag On We

Re: Create Activemq Instance

2014-01-22 Thread Christian Posta
ActiveMQ comes with scripts that allow you to "create" new brokers that all point to the same base installation. ./bin/activemq create if you keep the brokerName the same (and change the path) the brokers would end up with the same name. eg. ./bin/activemq create ./bin/activemq create ./bin/a

Re: Create Activemq Instance

2014-01-22 Thread Torsten Mielke
By default the broker name is hardcoded in your conf/activemq.xml. http://activemq.apache.org/schema/core"; brokerName=“localhost” … > So the broker name should not change automatically when creating a new installation. Does perhaps your auto installer change this name? Regards, Torsten M

Create Activemq Instance

2014-01-21 Thread Chirag Pujara
We have auto installer for activemq which creates multiple instance of activemq. But when it create new instance it changes borker name. Is there a way to new instance with same broker name. thanks, chirag