MQJMS_E_SERIALISE_FAILED

 

public final static java.lang.String

Unable to serialize an object.
Explanation: An attempt has been made to serialize an ObjectMessage which contains a non-serializable object.
User Response: Ensure that ObjectMessages only contain serializable objects. If the object placed inside an ObjectMessage references other objects, these must also be serializable.


uj33800_