RTE - JMS vs MSMQ Messages

WHowlett

Member
I have setup RTE in our E1 DV Environment. I can get messages to my JMS Queues and I can get them to my MSMQ Queues. However, the format of the message bodies are different. For one thing, the MSMQ messages are encoded as UTF16 while the JMS messages are encoded as UTF8. But the larger issue is that the XML tags in the MSMQ messages are not correct. The ones in the JMS messages, appear to be fine. I have attached 2 message bodies from the same RTE to demonstrate the different. In particular, you will notice that the "detail" tags are all the same in MSMQ (this is not right), but different and distinct in the JMS.

Anyone have any ideas why this is?

Any advice would be greatly appreciated.
 

Attachments

  • MSMQMessage (1).txt
    16.2 KB · Views: 13
  • JMSMessage (1).txt
    5.1 KB · Views: 18
With quick look I didn't see any difference except the MSMQ as type of element in tag. Didn't get what you mean by saying "that the "detail" tags are all the same in MSMQ (this is not right), but different and distinct in the JMS."

Not sure why you are trying to generate both?.

Chan
 
Back
Top