Author |
Message
|
rajesh polepalli |
Posted: Sun Aug 21, 2011 12:10 am Post subject: Configuration manager - Deployment delay |
|
|
Newbie
Joined: 23 Jun 2010 Posts: 2
|
Eventhough the time out value is provided to 20 mins, some times configuration manager is not deploying the message flows in the broker in Unix server.
Tried by removing the messages in the System.Admin & System.Broker queues of the configuration manager queuemanager and restarting the configuration manager.
But for some times with in a minute configuration manager deploys the flows in the broker.
If any one knows any reason why configuration manager behaving inconsistently, kindly reply.
Thanks in advance |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Aug 21, 2011 2:09 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Perhaps it is time to think about upgrading to V7?
Whilst I understand the principals behind the config manager and the simplified security it can bring in a multi broker environment there have always been problems with it especially when it takes time for the broker (for whatever reason) to respond.
It has passed its useful life and thankfully has been consigned to the scrapheap in V7. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
jml |
Posted: Sun Aug 21, 2011 4:25 am Post subject: Re: Configuration manager - Deployment delay |
|
|
Newbie
Joined: 17 Sep 2008 Posts: 4
|
rajesh polepalli wrote: |
Eventhough the time out value is provided to 20 mins, some times configuration manager is not deploying the message flows in the broker in Unix server.
Tried by removing the messages in the System.Admin & System.Broker queues of the configuration manager queuemanager and restarting the configuration manager.
But for some times with in a minute configuration manager deploys the flows in the broker.
If any one knows any reason why configuration manager behaving inconsistently, kindly reply.
Thanks in advance |
update configurationChangeTimeout internalConfigurationTimeout of the broker using mqsichangebroker. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Aug 21, 2011 4:37 am Post subject: Re: Configuration manager - Deployment delay |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
rajesh polepalli wrote: |
But for some times with in a minute configuration manager deploys the flows in the broker.
If any one knows any reason why configuration manager behaving inconsistently, kindly reply.
Thanks in advance |
From your post I suspect you are talking about V 6.1.x.x...
You have to give time for the config mgr to gather the information from the brokers. I believe you can set the frequency of this operation (default every hour?). Depending on the size of your broker real estate, this could take quite some time... You should avoid deployments while this operation is in progress.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 22, 2011 6:45 am Post subject: Re: Configuration manager - Deployment delay |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
You have to give time for the config mgr to gather the information from the brokers. |
You also have to give time for the flows themselves to stop doing work and get redeployed.
I'd look for any long-running flows as weel. |
|
Back to top |
|
 |
|