After a few rearranngements, I was able to get this to work. Here's how I ran the command:
...he-activemq-5.2.0> bin/activemq-admin stop --jmxurl service:jmx:rmi:///jndi/rmi://localhost:61618/jmxrmi This would be good info to put on http://activemq.apache.org/jmx.html. Thanks! Ron Dejan Bosanac wrote: > > Hi, > > activemq-admin script tried to connect to default jmx url using 1099 port. > If you want to different jmx url you have to pass it as an extra argument, > such as > > activemq-admin --jmxurl > service:jmx:rmi:///jndi/rmi://remotehost:61618/jmxrmi stop > > Additionally, activemq-admin script in 5.3 will try first to detect local > process and connect to it, instead of using port 1099, so it'll generally > work with any port configuration (you might consider it) > > Cheers > > ----- > Dejan Bosanac > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > -- View this message in context: http://www.nabble.com/Starting-2-%28or-more%29-Brokers-in-a-single-config-tp25385344p25402486.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
