LibraryLink ToToggle FramesPrintFeedback

Stopping a Broker

You can stop a running broker; on both Windows and UNIX by pressing Ctrl+C in the command window or terminal in which the process is running.

To stop a broker using the Admin tool.

If FUSE Message Broker was started in the background on UNIX, first identify the process ID by typing the following in a terminal window:

ps -ef|grep activemq

Then kill the process by typing the following:

kill PID