LibraryLink ToToggle FramesPrintFeedback

Testing the Installation

Once you have run the start script, a number of messages are written to the command window, including the following:

INFO  BrokerService - ActiveMQ JMS Message Broker (localhost, ID:hostname-3074-1194432866307-0:0) started

Since FUSE Message Broker runs on port 61616, you can check whether that port is in use by running the netstat command.

To test your installation on Windows, run the following from a command prompt:

netstat -an|find "61616"

On UNIX, run the following from a terminal window:

netstat -an|grep 61616

FUSE Message Broker includes a number of Web demos and examples that you can use to become familiar with the product.

To run the Web demos, ensure that the broker is running and then open the following URL in your browser:

http://localhost:8161/demo