Error after publishing a message to MQ.
From an unix machine, I am publishing a message to an MQ. When I read that message from another machine(MainFrame), I found that some junk data is appended to the message that I sent. following are the additional tags which are added to the input String.
"RFH <mcd><Msd>jms_bytes</Msd></mcd> p<jms><Dst>queue://DGIA21B/SUPASG.R?expiry=0&persistence=2</Dst><Tms>1221210951403</Tms><Dlv>2</Dlv></jms> ="
********************************************************************************************
The String that I sent is "FAMODSEP12P FAMODSEP12P FAMODSEP12P FA P6 6777 RF001VE61USWFRA14 05/02/2007: test E1167 4TH LOSS OF USE ENDORSEMENT"
*******************************************************************************************
On the other side, while reading I am getting the below said String.(I am reading the String from MainFrame)
RFH <mcd><Msd>jms_bytes</Msd></mcd> p<jms><Dst>queue://DGIA21B/SUPASG.R?expiry=0&persistence=2</Dst><Tms>1221210951403</Tms><Dlv>2</Dlv></jms> =FAMODSEP12P FAMODSEP12P FAMODSEP12P FA P6 6777 RF001VE61USWFRA14 05/02/2007: test E1167 4TH LOSS OF USE ENDORSEMENT
********************************************************************************************
Please clarify me.
Thanks in advance.