Jump to: navigation, search

Using the JMS Event Logger with TIBCO EMS

This example assumes the following:

  • The host of the TIBCO message queue service is called tibhost.
  • Queue called event is defined.
  • Both user name and password are guest.
  • The connection factory is called tibconnectionfact.

Configuring JMS Event Logger Application with TIBCO EMS

  1. On the Options tab, create a section called logger-settings. In this section, add the following options:
    • delivery-protocol =jms
    • delivery-queue-name =event (the same as the queue name)
    • username=guest
    • password=guest
    • jms-connection-factory-lookup-name=tibconnectionfact (the name of the connection factory on TIBCO)
    • jms-initial-context-factory=com.tibco.tibjms.naming.TibjmsInitialContextFactory
    • jms-provider-url=tibjmsnaming://tibhost:7222
  2. On the Connections tab of the Interaction Server which will use Event Logger, add connection to the just created Event Logger.
  3. Configure the Interaction Server options to load JVM and all of the required libraries. Interaction Server Configuration for working with TIBCO is described in the TIBCO—Interaction Server JVM section of the JMS Capture Point Guide.
This page was last edited on June 19, 2020, at 12:28.
Comments or questions about this documentation? Contact us for support!