LibraryLink ToToggle FramesPrintFeedback

Running the broker

Embedding a broker involves deploying an instance of FUSE Message Broker inside a JVM.

[Note]Note

You can also simply run a standalone broker by running the activemq script from the bin directory under the FUSE Message Broker installation directory.

To run the embedded broker:

The embedBroker Ant target points to the EmbeddedBroker.java class, which creates a new broker as shown in Example 3.1.