LibraryLink ToToggle FramesPrintFeedback

Starting a Broker

To start a standalone instance of FUSE Message Broker:

An embedded broker executes within the same JVM process as the clients that are using its services. There are a number of ways to embed a broker. The simplest is shown in Example 3.1


Clients running in the same VM can connect to the embedded broker using the VM transport connector; external clients connect using the TCP transport connector.

If you have more than one broker running in the same VM, you need to set the broker name, as shown in Example 3.2:


Clients or other brokers connecting from within the same VM can use the URI vm://broker1.