Author |
Message
|
MQfirstlady |
Posted: Wed Jan 17, 2007 10:14 am Post subject: Inquiry Only Tool for Developers |
|
|
Newbie
Joined: 15 Jul 2005 Posts: 8 Location: Milwaukee WI
|
We are looking to issue something to our clients (developers) so that they are able to view queue information (attributes) about MQ objects within our environment.
Our admins use the MO71 Support Pac for administrative functions but we do not want the clients to have access to update/delete any objects in the environment.
Currently, we have functionality on our intranet but it is not refreshed realtime and clients have voiced their concern with that.
What are other people using within their companies?
Are there any tools that I should look into? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 17, 2007 10:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Pretty much all of the commercial tools out there provide this capability.
You can dig around here and find a post from someone on setting permissions on queues for MQ Explorer - you can then give everyone MQ Explorer, and a minimum set of permissions on only the queues they need. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jan 18, 2007 9:04 am Post subject: Re: Inquiry Only Tool for Developers |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
MQfirstlady wrote: |
We are looking to issue something to our clients (developers) so that they are able to view queue information (attributes) about MQ objects within our environment. |
Are you sure that developers want to view queue attributes or are they more interested in viewing message data in a queue?
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
MQfirstlady |
Posted: Thu Jan 18, 2007 9:06 am Post subject: |
|
|
Newbie
Joined: 15 Jul 2005 Posts: 8 Location: Milwaukee WI
|
Ideally they would like to do both. If we allow them to view message data, we'd need to find a way to secure it so that they can only see certain queues. Our online utility has both options but the queue attribute information is what we receive complaints about (for instance when they create a queue, its not immediately visible to them). |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jan 18, 2007 9:12 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
MQfirstlady wrote: |
Ideally they would like to do both. If we allow them to view message data, we'd need to find a way to secure it so that they can only see certain queues. Our online utility has both options but the queue attribute information is what we receive complaints about (for instance when they create a queue, its not immediately visible to them). |
Well, MQ Visual Browse would cover off the read-only part and then you could use setmqaut for the ACL. Or use MQ Visual Edit and setmqaut.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 18, 2007 9:15 am Post subject: Re: Inquiry Only Tool for Developers |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQfirstlady wrote: |
What are other people using within their companies?
|
We use a mix of MO71, MQExplorer and a home-brew Java app, depending mostly on user preference. Permissions are set to restrict low level users from activities which are beyond them. We fear curiosity more than malice - "What happens if you change this?"
I must stand with RogerLacroix on his point. My experience of developer requirements is that they are fairly simple:
1) Is there a message in the target queue?
2) What does the body of it look like?
Typically they have no interest in either queue or message attributes, prefering to complain if there's an unexpected result. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Jan 18, 2007 10:26 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
if it's only object settings you are looking for, you can have a look at MQDocument
you can schedule (using your own scheduler) MQDocument to take periodic snapshots of your Qmgr and security settings and show you what is there or what changed... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|