I'm not sure if it applies in your case since you are embedding your broker, but there is also the web console for activemq that would need its port changed.
http://activemq.apache.org/web-console.html On Wed, May 25, 2011 at 12:10 AM, padmarag lokhande <padmarag.lokha...@gmail.com> wrote: > You need to check the ports in conf/jetty.xml, as well as the JMX port in > bin/activemq.bat or bin/activemq > You could disable JMX for ActiveMQ if required. > > On Tue, May 24, 2011 at 11:55 PM, teapot <jijun.w...@oracle.com> wrote: > >> Hello; >> >> We configure AMQ on our app server via spring bean and specify the port of >> transportConnector as follows: >> >> <transportConnectors> >> <transportConnector name="openwire" >> uri="tcp://0.0.0.0:61616?wireFormat.maxInactivityDuration=0"/> >> </transportConnectors> >> >> We want to run multiple instance of our app server on the same machine. So >> we change the 61616 to different port number available on that machine(we >> already assigned different ports for app server connection). However, we >> cannot bring up the second AMQ broker. >> >> We think there are probably some other ports used by the broker and we are >> wondering what those ports are and if they can also be configurable? >> Thanks. >> >> Thanks. >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/Running-2-instances-of-AMQ-on-the-same-machine-tp3547840p3547840.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > > -- > Regards, > Padmarag Lokhande > http://blog.padmarag.com >