IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Enterprise Service Bus programming > WebSphere MQ binding

Configure the WebSphere MQ binding

You can configure the WebSphere MQ binding to customize its behavior.


End-point configuration

You can configure the WebSphere MQ binding to create the required J2EE resources. Alternatively, you can specify pre-configured resources. If you configure the binding to generate required resources, it requires additional information, including connection information and destination names. You can use the binding to generate the following resources, or you must define them manually, using the Integrated Solutions Console or wsadmin commands:


Message correlation

The WebSphere MQ binding offers several message correlation schemes:


Message recovery

The WebSphere MQ binding provides the option to forward messages to the failed event manager, if they fail to be processed. This behavior is described in more detail in the Imports and exports section. It is the default behavior from version 6.2 of WebSphere ESB. In previous versions, messages that fail are rolled back, and they are processed to the WebSphere MQ receive destination. WebSphere MQ handles the failure. This option is still available but must be selected explicitly in the binding configuration from version 6.2 of WebSphere ESB.


Security attributes

You can select a J2C authentication alias for WebSphere MQ connections that require authentication. SSL configuration parameters are also available, for providing secure connections.


Event sequencing

The WebSphere MQ export binding provides the option to support event sequencing. This option limits the number of threads, that receive messages concurrently, to 1. In a clustered environment, when the application is started, only one activation specification in the cluster is started. This prevents multiple servers from processing messages concurrently. In turn, this preserves the message sequence.

WebSphere MQ binding