ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » CICS Trigger CKTI Load Balance

Post new topic  Reply to topic
 CICS Trigger CKTI Load Balance « View previous topic :: View next topic » 
Author Message
RobFish3
PostPosted: Thu Nov 17, 2005 7:28 am    Post subject: CICS Trigger CKTI Load Balance Reply with quote

Newbie

Joined: 23 Mar 2005
Posts: 4
Location: United Kingdom

We're setting up CICS - MQ triggering using CKTI. We will have 3 CICS regions to service the same transaction and queue. Each region points to the same INITQ. I've read that it is totally arbitrary as to which CICS region would get triggered. Our concern is that the workoad would become skewed in some way, so we would like to know if the process is really that hit or miss.
Back to top
View user's profile Send private message Send e-mail
javagate
PostPosted: Thu Nov 17, 2005 7:34 am    Post subject: Reply with quote

Disciple

Joined: 15 Nov 2004
Posts: 159

Where have you read that more then one CICS region should share/use the same INITQ?
_________________
WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab.
Back to top
View user's profile Send private message
wschutz
PostPosted: Thu Nov 17, 2005 7:40 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
I've read that it is totally arbitrary as to which CICS region would get triggered.
You've read correctly. From MQ's perspective, CKTI is like any other mq program. If you have multiple mq gets from different programs for the same queue, there is no way to predict who's MQGET will receive the next message.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
zpat
PostPosted: Thu Nov 17, 2005 7:52 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

Load balancing into CICS regions implies high message rates and therefore triggering is not the best way (as it causes an extra MQPUT and MQGET for every transaction request).

I prefer long-running tasks in each region, all directly GETing from the application queue, processing the transaction and then returning for another message.

They will load-balance automatically as fast they are able to process messages.

If you launch/trigger transactions (and immediately return for more messages) then you have to watch out that you don't try to run too many transactions at the same time in one region.
Back to top
View user's profile Send private message
mq_developer
PostPosted: Sun Nov 20, 2005 10:16 am    Post subject: Reply with quote

Voyager

Joined: 18 Feb 2002
Posts: 82

if load balance is the concern , i think you should look into clustering or shared queues - both of them provide a better load balancing capabilities and has it own advantages & disadvantages and they can be used together too ..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » CICS Trigger CKTI Load Balance
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.