Adding Generic JMS Providers

The JMS providers that PeopleSoft supports are Oracle WebLogic, and IBM MQSeries. However, to meet your business requirements you can add generic JMS providers.

This section provides lists of configuration tasks to perform on the JMS listening connector and JMS target connector to add a generic JMS provider to PeopleSoft Integration Broker.

Configuring the JMS Listening Connector for Generic JMS Providers

To configure the JMS listening connector for a generic JMS provider:

  • Obtain the following information from the provider:

    • JMS jar file.

    • JNDIFactory information

  • Determine if messaging will be in topics or queues.

  • Determine if error handling will be in topics or queues.

  • Update JMS properties in the integrationGateway.properties file:

    • Update the JNDIFactory entry.

      For example if the provider were Tibco the entry might be:

       ig.jms.JMSProvider.JNDIFactory.Tibco=com.tibco.JMSFactory
    • Populate the appropriate messaging topic and queue entries based on how messaging will be handled.

    • Populate the appropriate error topic and queue entries based on how messaging will be handled.

In addition to the information provided in this section, review the JMS Headers Properties section of this topic which discusses the required information that must be in the headers of each message processed by the JMS listening connector.

Configuring the JMS Target Connector for Generic JMS Providers

To configure the JMS target connector for a generic JMS provider:

  • Define a node for the provider.

  • Assign the JMS target connector to the provider node and specify the target connector properties.