IBM BPM, V8.0.1, All platforms > Administer applications and processes in the runtime environment > Administer service applications and service modules > Work with imports and exports > Administer bindings > Administer JMS bindings

Properties of JMS bindings

The JMS import and export bindings can be installed with all the necessary connection factories having been created during deployment, or they can be configured to point to a set of existing resources.

Typically, JMS import and export bindings are created in Integration Designer. When you configure the binding, you can either create the connections and destinations required for the JMS binding (by selecting Configure new messaging provider resources, which is the default), or you can select Use pre-configured messaging provider resources. If you choose pre-configured, you add the JNDI names for the connection factory and the send destination (for a one-way operation) or the send and receive destinations (for a request-response operation).

Configure the JMS binding depends upon which option was selected.

Table 1 and Table 2.show examples of the resources you specify when you select Use pre-configured messaging provider resources.

The JNDI name takes the form:

moduleName/importName_resourceAbbreviation
or
moduleName/exportName_resourceAbbreviation

For example, for a module named Inventory and an import named Import1, the JNDI name for the connection factory would be:

Inventory/Import1_CF

The fields and associated values for import bindings are shown in the following table:

Example values for import bindings
Property Example
JNDI name for connection factory moduleName/ importName_CF
JNDI name for send destination moduleName/ importName_SEND_D
JNDI name for receive destination moduleName/ importName_RECEIVE_D

The fields and associated values for export bindings are shown in the following table:

Example values for export bindings
Property Example
JNDI name for activation specification moduleName/ exportName_AS
JNDI name for receive destination moduleName/ exportName_RECEIVE_D
JNDI name for send destination moduleName/ exportName_SEND_D

The resources are created at the server scope. The scope in the administrative console is initially set to All Scopes.

You must set the scope to cell or node to create a new resource. You can select an existing resource from the default list.

Administer JMS bindings