Actually the method writeString() writes a string , converting it to the codeset identified by the characterSet member variable.
The default value of the characterSet variable is MQC.MQCCSI_Q_MGR, which specifies that the character data in the application message data is in the queue manager's character set.
Additional character set values are supported like
850 - commonly used ASCII codeset
819 - the ISO ASCII
1208 - UTF.
But the writeUTF() method writes the string in the UTF format only.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum