Google Answers Logo
View Question
 
Q: "How to split and join an MQ message" ( No Answer,   1 Comment )
Question  
Subject: "How to split and join an MQ message"
Category: Computers
Asked by: khaleel-ga
List Price: $20.00
Posted: 05 Feb 2006 10:00 PST
Expires: 07 Mar 2006 10:00 PST
Question ID: 441730
"How to split an MQ message into several messages and join them back
into one, using Java programming language"

Request for Question Clarification by answerguru-ga on 05 Feb 2006 12:46 PST
Hi - are you talking about a specific kind of message queue? Or are
you looking for a generic answer that could apply to any message
queue?

Clarification of Question by khaleel-ga on 05 Feb 2006 16:25 PST
No, its not specific queue. Also I am not looking for generic answers
either.  Java code will be very helpful.

Clarification of Question by khaleel-ga on 05 Feb 2006 16:34 PST
Queue 1 has n messages( n1, n2, n3....nz)
Spllit:
Message n1 needs to be split into n11, n12, n13....thru n1x
Similarly n2 thur nz. split as n21, n22, n23.........

Join
n11....n1x to n1
n21....n2x to n2
etc.
Answer  
There is no answer at this time.

Comments  
Subject: Re: "How to split and join an MQ message"
From: muruganantham-ga on 17 Feb 2006 06:14 PST
 
As I know, there is no such feature in the Message object.  But still
you can use the string parsing to split your message.  Also you use
the String appending for merge.

I can give you a little code snippet but can't give you the entire
code.  Atleast for giving that, you have to give the sample message
and based on WHAT (Delimiter, or whatever) you want to Split and the
condition for which you like to merge?

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy