|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to avoid eventlog messages |
« View previous topic :: View next topic » |
Author |
Message
|
MarkusGlagla |
Posted: Sun Feb 05, 2006 5:28 am Post subject: How to avoid eventlog messages |
|
|
Newbie
Joined: 26 Jul 2005 Posts: 5
|
Hi,
is there a way (configuration or programatically) to prevent MQ Series client from writing error messages into the event log? I am finetuning my homebrew BizTalk Adapter for MQSeries and want to do my own exception handling. |
|
Back to top |
|
 |
clindsey |
Posted: Sun Feb 05, 2006 6:33 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
I do not think you can turn off the interface, but you can filter out the messages that are frequently written.
From the System Admin Guide:
Code: |
If you want WebSphere MQ for Windows to ignore error codes, edit the Windows Registry.
The Registry key is:
HKEY_LOCAL_MACHINE\Software\IBM\MQSeries\CurrentVersion\IgnoredErrorCodes
The value that you set it to is an array of strings delimited by the NULL character, with each string value relating to the error code that you want ignored. The complete list is terminated with a NULL character.
For example, if you want WebSphere MQ to ignore error codes AMQ3045, AMQ6055, and AMQ8079, set the value to: AMQ3045\0AMQ6055\0AMQ8079\0\0
Any changes you make to a configuration file do not take effect until the next time the queue manager is started.
|
Charlie |
|
Back to top |
|
 |
wschutz |
Posted: Sun Feb 05, 2006 8:29 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Charlie, I'm not sure it applies to MQ clients (versus qmgrs). _________________ -wayne |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|