Products | Versions |
---|---|
TIBCO ActiveMatrix Adapter for Websphere MQ | - |
Not Applicable | - |
Description:
The TIBCO Adapter for MQSeries supports message ID formats of three
types:
1) Binary data (MQ_ID_BINARY_FORMAT)
2) Hexadecimal strings (MQ_ID_STRING_HEXADECIMAL_FORMAT)
3) Simple strings (MQ_ID_STRING_ASCII_FORMAT)
while using the MQMD to ExtendedTIBMsg conversion and vice-versa.
The following points need to be taken into consideration while using the MQMD to ExtendedTIBMsg conversion type with JMS transport.
1) If the message IDs of MQSeries messages are auto generated, use MQ_ID_BINARY_FORMAT.
2) If the message IDs of MQSeries messages are set by an application and consist of legal XML string characters, use MQ_ID_STRING_ASCII_FORMAT or MQ_ID_STRING_HEXADECIMAL_FORMAT.
Symptoms:
Cause: