Posted: Wed Jun 07, 2006 10:25 am Post subject: MQ Issue
Master
Joined: 02 Feb 2006 Posts: 229
What is the maximum number of Uncommitted Messages that a Queue Manager can handle? By default in the proeprties of Queue Manager I found 10000. Untill what number this is going to handle?
In which order a queuemanager(QMGR) receive messages from two different systems having the same queuemenager(QMGR1)? Is it like firstin firstout?
If i use two queuemanagers instead of one queuemanger, will there be any performance change?
1. the maximum you can specify is written in the command reference. but you should do some more reading, this parameter will affect your restart time / recovery time.
2. if you receive from 2 different qmgrs into a single queue and the queue is defined fifo, then the messages in the queue are in received order. becuase mq is asynchronous (to the application) the put order of the 2 sending qmgrs may not be what you see in the queue. applications should not rely on message sequence, and if you search for this you will find many posts here.
3. yes, eihter to the good or to the bad. it always depends on the applications and the way they work. _________________ Regards, Butcher
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