Author |
Message
|
briastep5243 |
Posted: Fri Feb 13, 2004 9:26 am Post subject: MQ channel duplicate error message suppression |
|
|
 Novice
Joined: 09 Dec 2002 Posts: 11
|
Anyone know how to implement mq channel error message suppression from occuring within the errors logs on Solaris platform? I've heard this can be done on MQ v5.3 with CSD04, but have not found how to implement from provided IBM manuals nor support articles.
I need to suppress duplicate AMQ9209 error messages that continually flood my logs everytime an WebLogic JVM is restarted and does not disconnect from mq nicely. I'm in progress of getting developers to properly use the disconnect call... _________________ Cheers,
Brian |
|
Back to top |
|
 |
JasonE |
Posted: Sat Feb 14, 2004 12:31 pm Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Look at the support pack which deals with large cluster configurations. If you cant find it, I'll dig you out a pointer on Monday, but it is controlled by MQ_CHANNEL_SUPPRESS_MSGS and
MQ_CHANNEL_SUPPRESS_INTERVAL environment variables. |
|
Back to top |
|
 |
briastep5243 |
Posted: Mon Feb 16, 2004 8:03 am Post subject: |
|
|
 Novice
Joined: 09 Dec 2002 Posts: 11
|
Jason, your refering to MP7A, correct?
They don't ever come out and say it , but I presume that when they speak of the new MQ_CHANNEL_SUPPRESS_INTERVAL and MQ_CHANNEL_SUPPRESS_MSGS environment variables, these variables would have to be added to the .profile file of the mqm user and then recycle the Queue Manager, true? _________________ Cheers,
Brian |
|
Back to top |
|
 |
JasonE |
Posted: Mon Feb 16, 2004 8:36 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Yes - that's them (I was at home when I wrote my other update), see the example at the top of page 2 for the suppress messages syntax, and it needs to be set ready for when the qmgr starts up, however that is done (Not really a Unix person in that respect, sorry!).
FYI You probably dont need the interval one, just the messages. |
|
Back to top |
|
 |
briastep5243 |
Posted: Mon Feb 16, 2004 11:33 am Post subject: MQ channel duplicate error message suppression |
|
|
 Novice
Joined: 09 Dec 2002 Posts: 11
|
Thanks Jason, I'll give it a try. _________________ Cheers,
Brian |
|
Back to top |
|
 |
TJo |
Posted: Wed Feb 16, 2005 6:50 am Post subject: |
|
|
 Novice
Joined: 26 Jul 2004 Posts: 18 Location: Gothenburg Sweden
|
Interesting environment variables. The document is a "this applies to Windows only" document though. Can they be used on other platforms as well? *IX in particular. |
|
Back to top |
|
 |
JasonE |
Posted: Wed Feb 16, 2005 8:18 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
As far as I know, they are in common code. |
|
Back to top |
|
 |
|