Good Day
I have a requirement to put messages onto an MQ message queue.
The data that is contained in the message, is XML data.
The problem that I am experiencing is that somewhere in the process, the XML delimter tags (< and >) get converted to < and > respectively, and the data that is received on the queue contains these escaped characters, instead of the actual < and > tags. This is an issue since the receiving application is expecting to process the XML as is, without first converting the escaped characters.
Has anybody else experienced such a situation, and is there a work around for it.
Thanks
Gavin Rifkind