I've just installed activemq-console in standalone mode. But when i then try to start up my activemq container (installed by FMC on the same box) i get the attached error, as another broker has been started - the web console broker.
If i do: lsof -i -n | egrep 'COMMAND|LISTEN'
I see: java 12834 artifactory 241u IPv6 592091 0t0 TCP 127.0.0.1:61616 (LISTEN)
My config settings in catalina.sh are as follows:
#ActiveMQ Web Console
JAVA_OPTS="$JAVA_OPTS -Dwebconsole.type=properties -Dwebconsole.jms.url=tcp://172.20.27.42:61616 -Dwebconsole.jmx.url=service:jmx:rmi://172.20.27.42:1105/jndi/rmi://172.20.27.42
:44450/karaf-mq-dev-002
-Dwebconsole.jmx.user=fmc-user
-Dwebconsole.jmx.password=password"
The JMX url is what FMC tells me (just changed the IP to be local) so i presume this is correct. The user/password are the same as what FMC uses.
My ActiveMQ container is setup as follows: