Title: Message
Not that format specifically, however I have dealt with JPEG images.  I believe that this is really the same issue.  I used a Java plug-in node in WMQI to invoke a java class that converted to/from base64.  Once in base64 format it is simply a string of text data that can safely be imbedded in an XML message.
-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Chan, John
Sent: Friday, February 21, 2003 10:38 AM
To: [EMAIL PROTECTED]
Subject: Re: XML blob as MQ Message

Thank you, Timm
 
Actually, these are key frame from video clips. Have you deal with these stuffs before ?
 
John C
-----Original Message-----
From: Timm Bryant [mailto:[EMAIL PROTECTED]
Sent: Friday, February 21, 2003 11:23 AM
To: [EMAIL PROTECTED]
Subject: Re: XML blob as MQ 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