MQJMS_E_BAD_CCSID

 

public final static java.lang.String

The character set {0} is not supported.
Explanation: An attempt was made to send or receive a map message, stream message or text message whose body is encoded using a character set not supported by the JVM. In the case of text messages, this exception might be thrown when the body of the message is first queried, rather than at receive time.
User Response: Only encode a message using a character set known to be available to the receiving application.


uj33150_