IBM BPM, V8.0.1, All platforms > Get started with IBM BPM > Key concepts > Bindings > Binding types > Limitations of bindings

Limitations of the JMS, MQ JMS, and generic JMS bindings

The JMS and MQ JMS bindings have some limitations.


Implications of generating default bindings

The limitations of using the JMS, MQ JMS, and generic JMS bindings are discussed in the following sections:

When you generate a binding, several fields will be filled in for you as defaults, if you do not choose to enter the values yourself.

For example, a connection factory name will be created for you. If you know that you will be putting your application on a server and accessing it remotely with a client, you should at binding creation time enter JNDI names rather than take the defaults since you will likely want to control these values through the administrative console at run time.

However, if you did accept the defaults and then find later that you cannot access your application from a remote client, you can use the administrative console to explicitly set the connection factory value. Locate the provider endpoints field in the connection factory settings and add a value such as <server_hostname>:7276 (if using the default port number).


Response correlation scheme

If you use the CorrelationId To CorrelationId response correlation scheme, used to correlate messages in a request-response operation, you must have a dynamic correlation ID in the message.

To create a dynamic correlation ID in a mediation module using the mediation flow editor, add a Mapping mediation primitive before the import with the JMS binding. Open the mapping editor. The known service component architecture headers will be available in the target message. Drag a field containing a unique ID in the source message onto the correlation ID in the JMS header in the target message.


Bidirectional support

Only ASCII characters are supported for Java™ Naming and Directory Interface (JNDI) names at run time.


Shared receive queues

Multiple export and import bindings expect that any messages present on their configured receive queue are intended for that export or import. Import and export bindings should be configured with the following considerations:

Limitations of bindings


Related concepts:
Generic JMS bindings
JMS bindings
WebSphere MQ JMS bindings