|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Logging of manual interventions on W2000 |
« View previous topic :: View next topic » |
Author |
Message
|
gstutz |
Posted: Mon Jan 26, 2004 1:21 am Post subject: Logging of manual interventions on W2000 |
|
|
Newbie
Joined: 04 Dec 2003 Posts: 3 Location: Zürich, Switzerland
|
We have an WebSphere MQ Installation on a W2000 server. With the console it is possible to add or delete messages to queues. As a consequence, integrity of data might be impaired in the case of manual intervention on the queues.
Is there any possibility to log such interventions?
Gerald |
|
Back to top |
|
 |
JasonE |
Posted: Mon Jan 26, 2004 2:36 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
There is nothing built into explorer or MQ explicitly to log what PUTs were done through the GUI. A simple suggestion would be to add an API exit on the server, which looked for the app name of mmc and logs it. Of course, this would get driven for every mqput of every application.
Note the GUI is 'just' and MQ application, so anything it does could be repeated by an application program... |
|
Back to top |
|
 |
gstutz |
Posted: Mon Jan 26, 2004 11:02 pm Post subject: |
|
|
Newbie
Joined: 04 Dec 2003 Posts: 3 Location: Zürich, Switzerland
|
Thanks for the reply. Where would I put such an API exit? What would trigger this exit?
Gerald |
|
Back to top |
|
 |
JasonE |
Posted: Tue Jan 27, 2004 1:45 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
It's a 5.3 distributed option, and you configure it (eg with the gui or the ini files depending on the server platform). It basically selects which api calls it is interested in, and gets called whenever one of those calls is made by the server, across all processes.
Look at the c sample amqsaxe0, and you add the definition in either the explore/services (cant remember which one, services I would guess) or the ini files (unix). There is a section on them in the manuals too. |
|
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
|
|
|
|