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

Access the WebSphere MQ header

You can access the WebSphere MQ header using Java, or the mediation flow component.

In addition to the standard function selector and data handler configuration, the WebSphere MQ binding provides optional configuration for custom header data bindings.

Standard WebSphere MQ headers are automatically parsed by the binding. These include:

The MQOpaqueHeader data binding, processes unrecognized MQ headers in a standard MQ format. It creates a DataObject with a structure ID, version, structure length, encoding, CCSID, format, and flags. The remaining data is set into a byte array. To fully parse user-defined headers, use a custom WebSphere MQ data binding. This is described in more detail in Use Java to access the WebSphere MQ header.

WebSphere MQ binding