This content has been marked as final.
Show 2 replies
-
1. Re: activemq broker ans web console
marc.lebeau Feb 25, 2013 6:44 AM (in response to sekaijin)In your system.properties, just try to replace
webconsole.jms.url=vm://default
with
webconsole.jms.url=tcp://localhost:61616
This should get rid of the 'web-console' jms server and the webconsole will display your local queues
-
2. Re: activemq broker ans web console
sekaijin Feb 27, 2013 6:29 AM (in response to marc.lebeau)Hello and thank you.
if I do not put anything in system.properties, activemq-web-console starts correctly.
if I put webconsole.jms.url=vm://default or webconsole.jms.url=tcp://localhost:61616
it does not work I get:
Can not resolve reference to bean 'brokerURL' while setting constructor argument;
I'm running Karaf 2.2.2 ActiveMQ 5.5.1
A+JYT