Posted: Wed Nov 22, 2006 8:54 am Post subject: Single request queue vs. multiple queues
Novice
Joined: 11 Nov 2006 Posts: 19
Assume:
Up to 2000 concurrent users to be supported.
MQ listener program written in COBOL, started by CICS when message arrives in an initiation queue.
Single request queue vs. multiple queues
Will a single request queue cause any performance bottleneck ?
Would having a different request queue for each type of message (ultimately up to approx. 1000, but initially about 150) cause problems for CICS i.e. having multiple trigger monitor running using up CICS resources ?
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
Answering the specific question (rather than the blizzard of other, all of which influence the design of this solution)
A single queue is a bottleneck if it can't process the messages fast enough.
Why (and how) do you plan to implement multiple trigger monitors under CICS? _________________ Honesty is the best policy.
Insanity is the best defence.
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