ESB MB Message Store¶
Introduction¶
ESB Message Broker is used as the message store for the Micro Integrator.
Properties¶
The following properties can be configured when creating a ESB MB Message Store.
Parameter Name |
Description |
---|---|
Message Store Name | Give a unique name for the JMS message store. |
Message Store Type | Select ESB MB Message Store from the list of options. |
Initial Context Factory | This specifies the JNDI initial context factory class ( java.naming.factory.initial ). This class implements the implement the java.naming.spi.InitialContextFactory interface. The value is set to org.wso2.andes.jndi.PropertiesFileInitialContextFactory , by default. |
Queue Connection Factory |
This is the connection factory URlfor connecting to ESB MB. By default, the value is set to Be sure to change the port to 5675. |
JNDI Queue Name | The name of the queue in the broker that will store messages. |
JMS API Specification Version | The JMS API version to be used. Possible values are 1.1 or 1.0. The value is set to 1.1, by default. |