|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Sorting messages |
« View previous topic :: View next topic » |
Author |
Message
|
timmy |
Posted: Tue Aug 13, 2002 1:08 am Post subject: Sorting messages |
|
|
 Novice
Joined: 12 Aug 2002 Posts: 24 Location: Torello
|
Hi All,
I create 3 messages and I put the first one on a queue A. Then, when I receive the response, I want to put the second message on A. The same for the third message.
I've thought to put the second and third messages in an auxiliar queue B and, when the first response arrives, get the second message from B and put it on A. The same for the third message.
The problem is that I don't know how to do this.
Can anyone help me? Is there another way to keep a message until the response arrives?
Thanks,
David. |
|
Back to top |
|
 |
Miriam Kaestner |
Posted: Tue Aug 13, 2002 1:24 am Post subject: |
|
|
Centurion
Joined: 26 Jun 2001 Posts: 103 Location: IBM IT Education Services, Germany
|
You could do this with the AggregateXXX nodes.
Or, in MsgFlow1, send out msg1 to queue A and store msg2 and msg3 in a database. Then, in MsgFlow2, get response from replyA queue, retrieve msg2 from database and send it out to queue A. |
|
Back to top |
|
 |
timmy |
Posted: Tue Aug 13, 2002 5:06 am Post subject: |
|
|
 Novice
Joined: 12 Aug 2002 Posts: 24 Location: Torello
|
Thanks for your answer, but I work with version 2.0.2 (so I can't use the AggregateXXX nodes) and I can't use databases.
Another suggestion? |
|
Back to top |
|
 |
vmcgloin |
Posted: Tue Aug 13, 2002 6:55 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
You could use the Aggregate node supportpac with 2.0.2? But I guess that 'as is' i.e. not explicitly supported. |
|
Back to top |
|
 |
timmy |
Posted: Wed Aug 14, 2002 12:14 am Post subject: |
|
|
 Novice
Joined: 12 Aug 2002 Posts: 24 Location: Torello
|
Thank you, but it doesn't works
I'm thinking about if I can sign a message, i.e. is there any way to put a message on a queue with an identifier? If it is possible, how can I get a message with a specific identifier?
Take into account that I'm a beginner in MQSeries. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|