LibraryLink ToToggle FramesPrintFeedback

Monitoring FUSE Message Broker

You can monitor FUSE Message Broker using one of the following:

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:

  1. Open the following Spring XML configuration file:

    InstallDir/conf/activemq.xml

  2. Add a useJmx attribute with a value of true to the broker element, as follows:

    <broker useJmx="true" brokerName="MyBroker">
    ...
    </broker>

  3. Run a JMX console, by running jconsole from JAVA_HOME/bin.

  4. Select FUSE Message Broker in the list of connections and click Connect.