If you use MQ API MQMessage to send message :

mqMessage.writeString(arg1 : content);

At the receiving side, it will not be String but byte[]