Posted: Fri Feb 20, 2004 1:56 am Post subject: 1 QueueManager, N queues - MQCOMIT/MQBACK
Newbie
Joined: 09 Feb 2004 Posts: 8
We have a VB.NET app (MQCLIENT 5.3) that uses one Queue Manager and 5 queues. It is a multithreaded application i.e. will read multiple messages at once. to improve performance.
Every message is a single unit of work and should be commited or backedout once MQGETed or MQPUTed.
The question is, since the MQCOMIT and MQBACK are on the QueueManager (handle), does this mean that ALL 5 queues are commited/backedout?
What we want is to be able to isolate each queue so transaction management can be done separately.
The only alternative I can see is to open multiple QueueManager connection handles which should force distinct transaction handling.
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