You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by 4ndrew <jo...@gmail.com> on 2012/04/17 21:51:14 UTC

Why webconsole starts a message broker?

Hi, 

I have a JBooss 5.1 with an integrated ActiveMQ. When I deployed the
ActiveMQ webconsole I noticed that the webconsole starts another message
broker. Is it possible to tell the webconsole to use the original message
broker? I'd like to monitor the messages in the original broker so I do not
need another. Any help would be appreciated :) 

Thx! 
-Andrew

--
View this message in context: http://activemq.2283324.n4.nabble.com/Why-webconsole-starts-a-message-broker-tp4565829p4565829.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Why webconsole starts a message broker?

Posted by 4ndrew <jo...@gmail.com>.
So, basically I have to start JBoss with the described system properties? 

    -Dwebconsole.type=properties
    -Dwebconsole.jms.url=<url of the broker> (f.e. tcp://localhost:61616)
    -Dwebconsole.jmx.url=<jmx url to the broker> (f.e.
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi)
    -Dwebconsole.jmx.user=<remote jmx user name>
    -Dwebconsole.jmx.password=<remote jmx password>


--
View this message in context: http://activemq.2283324.n4.nabble.com/Why-webconsole-starts-a-message-broker-tp4565829p4578689.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Why webconsole starts a message broker?

Posted by Dejan Bosanac <de...@nighttale.net>.
Hi,

take a look at this link

http://activemq.apache.org/web-console.html#WebConsole-StartingtheWebConsoleinaseperateVM%2FinaWebContainer

it describes how to do it.

Regards
--
Dejan Bosanac
Senior Software Engineer | FuseSource Corp.
dejanb@fusesource.com | fusesource.com
skype: dejan.bosanac | twitter: @dejanb
blog: http://www.nighttale.net
ActiveMQ in Action: http://www.manning.com/snyder/



On Tue, Apr 17, 2012 at 9:51 PM, 4ndrew <jo...@gmail.com> wrote:
> Hi,
>
> I have a JBooss 5.1 with an integrated ActiveMQ. When I deployed the
> ActiveMQ webconsole I noticed that the webconsole starts another message
> broker. Is it possible to tell the webconsole to use the original message
> broker? I'd like to monitor the messages in the original broker so I do not
> need another. Any help would be appreciated :)
>
> Thx!
> -Andrew
>
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Why-webconsole-starts-a-message-broker-tp4565829p4565829.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.