MQJMS_E_BYTE_TO_STRING

 

public final static java.lang.String

The JMS client attempted to convert a byte array to a String.
Explanation: Attempted to receive a byte array from a stream message using the readString() method.
User Response: Either use the appropriate method to receive the data, or format the data placed into the stream message correctly.


uj33260_