Author |
Message
|
prKinch |
Posted: Tue Jul 13, 2010 4:37 pm Post subject: Is this possible... |
|
|
Novice
Joined: 31 Jan 2010 Posts: 15
|
Some apllications writing msgs to the queue app1.data.queue (Qlocal)
I like to know, Which applications are writing the msgs to that queue. How to find this..where to check..
The queue is configured in mainframe plat form... |
|
Back to top |
|
 |
jeevan |
Posted: Tue Jul 13, 2010 5:23 pm Post subject: Re: Is this possible... |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
prKinch wrote: |
Some apllications writing msgs to the queue app1.data.queue (Qlocal)
I like to know, Which applications are writing the msgs to that queue. How to find this..where to check..
The queue is configured in mainframe plat form... |
Why do you want to know which application put hte message in a queue? In fact one shoudl not be allowed to interject data while in transmitting. If you want for your satisfaction, ask your developer to put the app name in some MDMD field and check that from mqexplorer or any other monitoring tool.
But this is not a good practice to look at data in a queue.
thanks |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 13, 2010 6:26 pm Post subject: Re: Is this possible... |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jeevan wrote: |
ask your developer to put the app name in some MDMD field and check that from mqexplorer or any other monitoring tool. |
Or use the Putting Application Field in the MQMD (which is the header I assume you meant) that the queue manager fills in automatically.
Alternatively if the OP wants to know what applications are connected to a queue and putting messages, they can use any of the discussed techniques to identify connected applications.
But I agree, it's the sort of task you do when there's a problem rather than routinely. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 14, 2010 2:30 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Talk to your RACF Team (or whatever flavour of security used at your site) and ask them what is authorised to the profiles etc. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Jul 14, 2010 3:08 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
on z/OS SMF records are a good source of information too. _________________ Regards, Butcher |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Jul 14, 2010 4:09 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Check the Security Exit Logs ( Only If Implemented ) for who/when got acceptance/rejection of connection on respective Qmgr.
* You can use the dspmqaut to check the access levels on MQ Objs. IFF you know the principle/group id, at all.
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 14, 2010 4:17 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
prKinch wrote: |
The queue is configured in mainframe platform... |
shashivarungupta wrote: |
...* You can use the dspmqaut to check the access levels on MQ Objs. IFF you know the principle/group id, at all.
 |
Another one of your stellar interjections  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Jul 14, 2010 4:18 am Post subject: Re: Is this possible... |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
prKinch wrote: |
Some apllications writing msgs to the queue app1.data.queue (Qlocal)
I like to know, Which applications are writing the msgs to that queue. |
If messages are not flowing through the Queue(s) ( assuming MQ stand correct ) and messages are piling on the Queue(s) then Some Application Team would Stand/Come to/Ping MQ Guys.... then Ofcourse you would come to know who is that application !!!  _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jul 14, 2010 4:21 am Post subject: Re: Is this possible... |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
shashivarungupta wrote: |
Ofcourse you would come to know who is that application !!!  |
As I said further up this thread (if you looked) you don't need to do much to know which application put a message on a queue.
And don't suggest the use of dspmqauth on mainframe. Seriously. You just sound silly. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Jul 14, 2010 4:43 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
exerk wrote: |
prKinch wrote: |
The queue is configured in mainframe platform... |
shashivarungupta wrote: |
...* You can use the dspmqaut to check the access levels on MQ Objs. IFF you know the principle/group id, at all.
 |
Another one of your stellar interjections  |
Oops... My apologies..
That was for distributed platforms, NOT for MF. _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
|