
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).
Configuring the JMS binding depends upon which option was selected.
moduleName/importName_resourceAbbreviation ormoduleName/exportName_resourceAbbreviationInventory and an import
named Import1, the JNDI name for the connection factory
would be:Inventory/Import1_CF| 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 |
| 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 |