JMS Resource Templates

The JMS resource templates enable applications to access objects maintained in JMS servers.

The JMS resource templates are:

JMS Resource Template Relationships

The JMS resource templates are used in different combinations to accomplish the tasks involved in setting up JMS enterprise messaging:

Identifying the JMS server is accomplished through the JNDI Connection Configuration resource template. All the other JMS resource templates contain a link for the JNDI Connection that assists them in determining which JMS server to look up.

Additionally, before the connection to the JNDI server is made, the JNDI might require authentication. Authentication can take the form of a user name and password, or supplying credential information stored in a keystore using an identity provider. If the JNDI server is SSL-enabled, you must provide the required SSL configuration.

To establish request or reply communication, you need these resource templates: JMS Connection Factory, JMS Destination, and JNDI Connection Configuration.

Note: If direct destinations are used, only the JMS Connection Factory resource template is needed.