Author |
Message
|
starki78 |
Posted: Tue Mar 22, 2011 8:26 am Post subject: MQ 7 How to monitor the open-options when accessing a Queue? |
|
|
Acolyte
Joined: 24 Sep 2007 Posts: 53
|
Hi,
We want to check if the open-options when accessing a queue are correct.
We would like to check that there is no alter access specified allowing to change queue parameters.
Can somebody please send me the link to this command or is there a tool available?
Thanks!
Christian |
|
Back to top |
|
 |
cicsprog |
Posted: Tue Mar 22, 2011 10:26 am Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 22, 2011 10:42 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
MO71 or MQexplorer will show the open options on a queue handle. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Mar 22, 2011 2:07 pm Post subject: Re: MQ 7 How to monitor the open-options when accessing a Qu |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
starki78 wrote: |
We want to check if the open-options when accessing a queue are correct.
We would like to check that there is no alter access specified allowing to change queue parameters.
Can somebody please send me the link to this command or is there a tool available? |
If you would like a tool then please have a look at MQ Auditor
It writes all MQ structures (i.e. MQOD) to an Audit file (CSV) in human readable format.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 22, 2011 9:57 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
There is also an API trace support pac (for Windows) but tracing is not really necessary.
On MO71 queue list display, right click on a queue and select usage. MO71 also has an API exerciser which you can use to experiment with options.
However this does not address your real problem which is access control.
You should security the object against unauthorised access of a type that you don't want to allow. This is done in the usual way with OAM (or RACF).
Incidentally you can also just use regular MQSC commands to display a queue handle details. |
|
Back to top |
|
 |
starki78 |
Posted: Wed Mar 23, 2011 3:13 am Post subject: |
|
|
Acolyte
Joined: 24 Sep 2007 Posts: 53
|
thanks for your helpful answers.
With google I didn't get the info I needed.
Thanks  |
|
Back to top |
|
 |
|