Enable JMS Channel for Central Logger

The Central Logger component of the TIBCO API Exchange Gateway receives the messages from the Core Engine and logs the transaction data records to a database. It writes the records in bulk after a fixed interval. The Central Logger runs as a separate engine than the Core Engine.

By default, the messages from the Core Engine are sent to the Central Logger using Rendezvous transport. You can also enable the JMS transport for the Central Logger to send the messages from the Core Engine to Central Logger.

When the Rendezvous transport is used by the Core Engine, the messages are not guaranteed to be received by the Central Logger. If the Central Logger instance is not running, the messages sent by the Core Engine are lost. To improve the reliability and guaranteed delivery of the messages, API Exchange Gateway supports the JMS transport as a communication channel between the Core Engine and the Central Logger.