Problem | Potential solution / explanation |
---|---|
The connector delivers all messages with an MQRFH2 header. | To deliver messages with only the MQMD MQSeries 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 the adapter for more information. |
The connector truncates all message formats to 8-characters upon delivery regardless of how the format has been defined in the connector meta-object. | This is a limitation of the MQSeries MQMD message header and not the connector. |