GitHubContribute in GitHub: Open doc issue|Edit online

Microbroker parameters

You can know more about Microbroker parameters using the information provided here.

In order to use Microbroker (MB) as the JMS provider for the System Queue, the systemqueue.jmsdriver.name property in

global.properties or

solution.properties must be set to com.ibm.di.systemqueue.driver.IBMMB.

The Microbroker driver has the following parameters (listed here without the "systemqueue.jmsdriver.param." prefix):

jms.broker
the MB server address (IP address and TCP port number); an example value would be "9.126.6.120:1883"

jms.clientID
the client ID; it is required.

Note: In order to be able to use Microbroker as the JMS provider for the System Queue, some Microbroker jars are needed. A sample list of the required jars is available in section External System Configuration, Microbroker of the JMS Connector in Reference.