Title: Message
If you intend to include the binary data within the XML structure I don't know how an XML parser would behave.  I would convert the binary data to base64 and include it as ordinary text, then configure the application at the remote end to convert it from base64 back to binary.
 
Timm
-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED]] On Behalf Of Chan, John
Sent: Friday, February 21, 2003 9:13 AM
To: [EMAIL PROTECTED]
Subject: XML blob as MQ Message

Hey guys,

Back ground information:
1.  I have a few chucks of binary data.
2.  I need to put them as part of the XML message.
3.  This XML message is to be sent as MQ message.

Now here are my questions,
1. What is the fastest and easiest way to move these binary data to XML and send as MQ Message ?
2. For speed and feed, should I just tag these binary data on the tail end of the MQ Message ?

Any feed back is appreciated.

JohnC

Reply via email to