I am using JMS API, to send "TextMessage", to a "Queue" created in IBM MQSeries.
When the listener of this queue is picking, sent message, then, my message is prefixed with some garbage characters.
the starting of garbage characters, is having... RFH and MQSTR.
After some analysis, I came to know that, RFH and MQSTR are some "Message Formats".
Can anyone suggest, that do I need to do any changes in my "MessageSender"...pertaining to RFH and MQSTR formats ?