MQJMS_E_UNSUPPORTED_TYPE

 

public final static java.lang.String

Unsupported property or element datatype {0}.
Explanation: This error is caused by one of the following:

  1. Attempting to set a property of a JMS message using an object which is not one of the supported types.

  2. Attempting to set or receive a message whose RFH2 contains an element representing a property which does not have a valid type associated with it.


User Response: Ensure that when setting message properties, you use a valid JMS object type. If this exception occurs when receiving a message containing an RFH2 header sent by a non-JMS application, ensure that the RFH2 header is well-formed.


uj34010_