LibraryLink ToToggle FramesPrintFeedback

Configuring FUSE Message Broker

FUSE Message Broker is configured using XBean XML. XBean is an extension of the Spring Framework that has allowed the developers of Apache ActiveMQ to develop a syntax that is less verbose and yet more expressive than basic Spring configuration.

Configuration is stored in the activemq.xml file in the InstallDir/conf directory.

The activemq.xml file allows you to configure transport and network connectors for FUSE Message Broker, as shown below:


Transport connectors are used for communication between clients and brokers.


A broker uses a network connector to communicate with another broker.


[Note]Note

For more details on transport and network connectors, see the Connectivity Guide guide.