You can check the open ports in the machine and see if the port used by your
second instance is used by another process. If you are in windows netstat -a
-b will show you the port and the listening app.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Running-2-instances-of-
Hi:
Thanks for the response. We don't use AMQ console and didn't config
conf/jetty.xml entry in AMQ config xml file.
We embedded AMQ into our application and we do want to run more than 1
separate instance without any sharing. This is for some automated testing on
the same machine so that the te
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
wrote:
> You need to check the ports in co
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 wrote:
> Hello;
>
> We configure AMQ on our app server via spring bean and specify the port of
> tra