while using writeString(new String(b)) i need ot format the message
say message.format = MQC.MQFMT_STRING;
and the result is the same
without using a formatted message causes an error - missing MQS ...
I use the following Java Code to write to a Queue, the problem i encounter is that, the message, once its written to the queue has extra characters "Rc" in it. Can anybody help me solve this.
Thank y ...