Posted: Thu Sep 24, 2009 3:29 am Post subject: ALTER MULTIPLE QUEUES PROBLEM
Apprentice
Joined: 28 May 2007 Posts: 31
Hi all,
I have a queuemanager which hosts 185 queueus within itself. MAXDEPTH attribute is 20k. My requirement is that due to performance testing i need the MAX depth attributes of all the queues to be changed to 200k.
How can i go ahead with such kind of scenario ? Do MQ have a screipt which in one go changes the parameter of all the queues in one go.
Posted: Thu Sep 24, 2009 3:38 am Post subject: Re: ALTER MULTIPLE QUEUES PROBLEM
Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
Hi james_m,
james_m wrote:
Hi all,
I have a queuemanager which hosts 185 queueus within itself. MAXDEPTH attribute is 20k. My requirement is that due to performance testing i need the MAX depth attributes of all the queues to be changed to 200k.
How can i go ahead with such kind of scenario ? Do MQ have a screipt which in one go changes the parameter of all the queues in one go.
Some relatively basic shell or perl scripting could runmqsc to dis ql(*) and grep out the qname and replace that in an alter q command piped back to runmqsc.
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