Hi, if you're thinking on web console, it doesn't get started when you use embedded broker. You need to start some kind of web container and configure it. You can find more info at
http://activemq.apache.org/web-console.html Regards -- Dejan Bosanac ---------------------- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Wed, Nov 28, 2012 at 5:48 PM, rop <rop...@gmail.com> wrote: > Hi,I am running an embedded ActiveMQ, like > BrokerService broker = new > BrokerService();broker.addConnector("tcp://localhost:61616");broker.start(); > which works fine for the application. > Only, the admin-console doesnt work, but just gives some garbage-characters > when trying to access it, then the broker seems to hang... > Just wanted to know.... > *is it possible to also have the admin-console working, when running the > broker this way?* > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Admin-Console-in-ActiveMQ-embedded-tp4659890.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.