Defining JMS Provider Settings for JNDI Access

Use

You use these settings to use the SAP JMS provider. The default values are set in such a way that you can use the AS Java JMS provider without any adaptation.

Prerequisites

You are configuring a JMS adapter.

Procedure

  1. Enter the JNDI Lookup Name of Topic/QueueConnectionFactory.

    The adapter uses a Topic/QueueConnectionFactory object to generate Topic/QueueConnection objects of a JMS provider.

  2. Enter the Name of JNDI Initial Context Factory.

    This allows access to JNDI. If you want to use another registry, specify it here.

  3. Enter the JNDI Server Address.

    If you are using the AS Java JMS provider, <host>:<port>is sufficient.

    If, for example, you are using OpenJMS, enter http://<host>:<port>/.

  4. Enter theJNDI Logon User and JNDI Logon Password, and confirm.
  5. Determine whether you want to use a topic or a queue as the JMS destination, then perform one of the following sub steps:
    • To use a queue, enter the JNDI Lookup Name of JMS Queue/Topic.
    • To use a topic, then perform the following sub steps:
      1. Select Enable Topic Support
      2. Enter the JNDI Lookup Name of JMS Queue/Topic.
      3. Enter the Subscription ID(Only for sender channel configuration).