Show TOC Start of Content Area

Procedure documentation Defining JMS Provider Settings for JNDI Access  Locate the document in its SAP Library structure

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.

Note

For information about changing the default values, see SAP Note 802754.

Prerequisites

You are configuring a JMS adapter.

Procedure

...

       1.      Enter the JNDI Lookup Name of QueueConnectionFactory.

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

       2.      Enter the JNDI Lookup Name of JMS Queue.

A queue object encapsulates a provider-specific queue name. This enables a client to make the queue JMS API methods known.

       3.      Enter the Name of JNDI Initial Context Factory.

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

       4.      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>/.

       5.      Enter the JNDI Logon User and JNDI Logon Password, and confirm.

 

End of Content Area