Posted: Fri Jun 10, 2005 9:46 am Post subject: Snd a message from a compute node to two queues
Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
A developer asked me this question so I am posting here. I introduced him to the site but for some reason he is not posting.
If a condition is met in the compute node, he wants to send the message to two queues - an error queue and a normal queue
If the condition is not met, he wants to send it to the normal queue.
Does he have to build a destination list differently for each case?
It's the same destination list. But in one case it has two entries and in the other only one. _________________ I am *not* the model of the modern major general.
It is a normal way of doing things.
Create 2 queues first of all. ERRQ(in case of error or exception) and DESTQ(for normal process).
During the process, and it depends on how you define errors, the message should be put at DESTQ. But in case of exception or defined error put onto ERRQ.
Hope it helps.
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