Posted: Thu Jun 24, 2004 3:41 am Post subject: Message delivery to queue from flow
Voyager
Joined: 19 Jul 2002 Posts: 84
In a single compute node with esql code to propagate a message to queue A and then to propagate a message to queue B on the same queue manager, is it possible for the message to arrive on queue B before the message arrives on queue A? Can different threads inside MQ deliver the messages out of the order they were propagated from the flow?
There is no concept of thread. However you can manipulate your flow and introduce a flow order node which put sthe message first on Q b and then on Q A
Make the message flow transactional and both messages will appear at the same time (on the queue manager running the broker) when the entire unit of work is committed.
This also prevents one message appearing without the other in the event of a problem with the flow.
As to whether they will arrive in sequence, depends on where the target queues are located and how they get there.
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