Once FUSE Message Broker is running, you can access the Web Console by opening the following URL in your browser:
http://localhost:8161/admin
From the home page of the Web Console you can click the Send link in the top navigation bar to send a test message to an existing queue or topic.
Click the Queues link to see the available queues in your installation. A queue called Example.A is available by default.
Click the Topics link to see the available topics in your installation.
To enable JMX support for FUSE Message Broker:
Open the following Spring XML configuration file:
InstallDir/conf/activemq.xml
Add a useJmx attribute with a value of true to the broker
element, as follows:
<broker useJmx="true" brokerName="MyBroker"> ... </broker>
Run a JMX console, by running jconsole from .JAVA_HOME/bin
Select FUSE Message Broker in the list of connections and click .