|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Serializer messages |
« View previous topic :: View next topic » |
Author |
Message
|
alfonso_1973 |
Posted: Fri Aug 02, 2002 6:26 am Post subject: Serializer messages |
|
|
Novice
Joined: 04 Jul 2002 Posts: 14
|
I have a XML message which I want to change it to three IDOCS, the first one is included in one proces queue, and the other two are included in a waiting queue until the first one is procesed. I would like to know how I can identify these three IDOCS ,I mean when the first one is procesed and I get the answer , how can I select the next IDOC to process?.How can I insert the two messages in the waiting queue?.
Thanks and regards. |
|
Back to top |
|
 |
sgopal |
Posted: Fri Aug 02, 2002 8:31 am Post subject: |
|
|
Acolyte
Joined: 30 Jul 2002 Posts: 63
|
Your question is not clear. Thats why not many answers, I guess.
I think you have two questions.
1. To identify the second and third message, use CorrelId and
do MQGET by CorrelID.
2. To insert a message in a queue, hmm well ... didnt quite understand your requirement. When you define queue, ensure that order by priority
is selected. Then the message with the highest priority will be at the
top of the queue. Messages with same priority will adopt FIFO policy.
Note:: If you do get by CorrelId, no matter which position the entry is,
that will be picked by MQGET. |
|
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
|
|
|
|