Posted: Sat Nov 22, 2003 9:24 am Post subject: How grouping can help me!!!!1very urgent
Master
Joined: 03 Jun 2002 Posts: 227
I think i should give a complete scenario. I have an application which reads a xml file. After reading the file, it segments the file into multiple request messages and for each request message, a reply is expected.So, suppose if there are 10 messages in the file and they all are sent as a group, then i have the following requirements when the response messages come.
1.All the responses messages should be combined into a single message and this single message containing the 10 response message should be used for constructing the file which will be stored somewhere on the hard-disk.
2.There should be proper report mechanism which will track the entire system at each step like whether the request message was processed without error and if any error occured while processing then it should inform the system about that.
3.In case any error occurs during processing, then how to generate the response message for that particular request message which will go as a response message for that particular message when getting response messages under sync-point.
4.If within a given time-out period, all the response message doesn't arrive then it should send the available message by forming a single message out of all the response message of that group.
Any help wiil be highly appreciated because i have told the management that all this can be done with the help of mqseries and they have asked me to build a prototype using java which will address all the above issues. Any sample code will be really helpful.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum