On 12/19/2013 09:03 PM, Kyle Crumpton (kcrumpto) wrote:
Hi Ted. I am using version 0.22. I actually got qpid from tar:
qpid-java-broker-0.22.tar.gz

Sorry, my mistake! I should have realised from the 8080 port.

I'm not sure about setting the interface, but one other way around the problem you described is to specify different ports for each of the broker instances.

E.g. qpid-server -prop "qpid.amqp_port=10000" -prop "qpid.http_port=10001" -prop "qpid.rmi_port=10002" -prop "qpid.jmx_port=10003" -prop "qpid.work_dir=/path/to/broker1"

then

qpid-server -prop "qpid.amqp_port=11000" -prop "qpid.http_port=11001" -prop "qpid.rmi_port=11002" -prop "qpid.jmx_port=11003" -prop "qpid.work_dir=/path/to/broker2"

etc


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to