Is this new broker independent from the first broker? If so, then just use "activemq-admin create" to create the new instance, then customize the con/activemq.xml as desired (to choose unique ports et al)
Or are you hoping to build a "network of brokers" where broker1 and broker2 cooperate and forward messages amongst each other? That is a little more complicated to setup (but not too bad) but you must also be aware of the possibility of losing messages in certain failover scenarios. -- View this message in context: http://activemq.2283324.n4.nabble.com/Adding-a-2nd-broker-to-a-default-installation-tp4700462p4700531.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
