Show TOC Start of Content Area

Component documentation JMS Connector Service  Locate the document in its SAP Library structure

Purpose

This component provides connectivity to Java Message Service (JMS) systems. It enables the use of JMS resources in both local and distributed transactions.

The JMS Connector Service combines the functions defined in the J2EE Connector Architecture and in the JMS standard as well. It is implemented as a resource adapter, which you can easily customize using an XML document to enable connectivity to various JMS providers.

You must install this component if you use JMS transactional resources.

Integration

As a part of the connector architecture in J2EE Engine, the JMS Connector Service is closely related to the Connector Container Service. It processes the requests for connections, manages their allocation, and handles the resources involved in the transactions.

The JMS Connector Service presents the middle tier between the client and the JMS provider. It enables the client to use the JMS administered objects in an environment that also provides transaction and resource handling logic. The JMS Connector Service is therefore related to the JMS Provider Service in the J2EE Engine as well.

For more information about the connector architecture in the J2EE Engine, see J2EE Connector Architecture in the Development Manual.

Features

The functions that JMS Connector Service provides enable you to:

·        Register ConnectionFactory objects using either JNDI-based or object-based providers

·        Register JMS destination objects

·        Import and export JMS objects

·        Edit JMS objects

·        Deploy and remove JMS libraries

·        Define and un-define JMS libraries

·        Manage connection number

·        Integrate an external JMS provider

 

End of Content Area