Event processing

Problem Potential solution / explanation
The connector 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 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 WebSphere MQ MQMD message header and not the connector.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.