MQJMS_E_INVALID_HEX_STRING

 

public final static java.lang.String

String is not a valid hexadecimal number - {0}.
Explanation: Either an attempt was made to specify a group ID or correlation ID which starts with the prefix ID but is not followed by a well-formed hexadecimal value, or an attempt was made to receive a message which contains an RFH2 property of type bin.hex that does not have a well-formed hexadecimal value.
User Response: Ensure that a valid hexadecimal value always follows the ID prefix when setting group ID or correlation ID values. Ensure that any RFH2 headers generated by non-JMS applications are well-formed.


uj33420_