Problem | Potential solution / explanation |
---|---|
The adapter delivers all messages with an MQRFH2 header. |
To deliver messages with only the MQMD WebSphere MQ header, append ?targetClient=1 to the name of output queue URI. For example, if you output messages to queue queue://my.queue.manager/OUT, change the URI to queue://my.queue.manager/OUT?targetClient=1. See Installing and configuring the connector, for more information. |
The adapter truncates all message formats to 8-characters upon delivery regardless of how the format has been defined in the adapter meta-object. |
This is a limitation of the WebSphere MQ MQMD message header and not the adapter. |