Using the transport module

You need to choose one of several available transport protocols and then configure properties in the associated transport properties files.

Before using the transport module, you must specify the transport protocol and transport properties file using the Gate.MsgBus.TransportType and Gate.MsgBus.TransportFile properties defined in the G_MESSAGE_BUS.props file. After installing the gateway, these properties have the following default values:

  • The following properties in the G_MESSAGE_BUS.props file have these default values:
    • Gate.MsgBus.TransportType - JMS
    • Gate.MsgBus.TransportFile - $OMNIHOME/java/conf/jmsTransport.properties

The transport module properties files are located in the following directory:

$OMNIHOME/java/conf/

Note: Refer to the Configuring the properties file topic for information about configuring the G_MESSAGE_BUS.props file.
Table 1 identifies the available transport module protocols, the associated transport module protocol values to use for the Gate.MsgBus.TransportType property and the associated transport module properties file names to use for the Gate.MsgBus.TransportFile property.
Table 1. Transport module protocols and properties files
Transport module protocol Value for Gate.MsgBus.TransportType Value for Gate.MsgBus.TransportFile

Java™ Message Service (JMS)

JMS

jmsTransport.properties

Pulsar

PULSAR

puslarTransport.properties

Kafka

Kafka

kafkaTransport.properties