MQJMS_E_BAD_TYPE

 

public final static java.lang.String

The property or element in the message has an incompatible datatype {0}.
Explanation: Attempted to retrieve a property from a JMS message using a accessor method which specifies an incompatible type. For example, attempting to retrieve an integer property using the getBooleanProperty() method.
User Response: Use an accessor method defined by the JMS specification as being able to retrieve property values of the required type.


uj33220_