Author |
Message
|
hebert |
Posted: Fri Mar 12, 2010 8:21 am Post subject: Parameters changed in transmission queues |
|
|
Newbie
Joined: 12 Mar 2010 Posts: 2
|
Hello guys,
I hope you can help with this concern that I have, I have a queue manager which is "connected" to another one in the side of my suppliers so I do not have access to the logs in the remote side; well the thins is that:
For the last couple of weeks we have noticed that a transmission queue is been altered just in their creation and alteration time parameters everytime it is used, I like to point out that I am the only single administrator of this queue manager and I did not change any of the parameter in the queue.
My MQ version is 6.0.2.6
As far as I know this attributes are not changed by the apps they use it or it is not registered that in those attributes, is that right?
Is there a possibility it is a bug in MQ?
Thanks a lot for your help. |
|
Back to top |
|
 |
sumit |
Posted: Fri Mar 12, 2010 8:36 am Post subject: Re: Parameters changed in transmission queues |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
hebert wrote: |
...a transmission queue is been altered just in their creation and alteration time parameters everytime it is used |
hebert it should be the alteration data and time parameter which should change instead of create date and time.
The GET property of XMITQ is auto-set as DISABLED when the assocaiated channel is in stopped state. While starting, channel changes it to ENABLED to pick messages from it. That is the time when you see change in alteration date and time.
Hope that helps. _________________ Regards
Sumit |
|
Back to top |
|
 |
exerk |
Posted: Fri Mar 12, 2010 8:41 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Highly unlikely to be a bug. If you are absolutely certain that the XMITQ is being re-created, as evidenced by the creation date changing? If it is being recreated, I would suspect application although for what reason the would do this I cannot fathom. _________________ 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 |
|
 |
Vitor |
Posted: Fri Mar 12, 2010 9:56 am Post subject: Re: Parameters changed in transmission queues |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
hebert wrote: |
As far as I know this attributes are not changed by the apps they use it or it is not registered that in those attributes, is that right? |
Not by user written apps; the MCAs might alter it for their own purposes but not recreate it.
hebert wrote: |
Is there a possibility it is a bug in MQ? |
All things are possible but it's far more likely someone else has admin access to the queue manager and is fooling with it. Accepting unreservedly that you're the only person supposed to be doing it.
Change all the passwords, check group access, see if the problem persists, _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Mar 12, 2010 12:57 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Also please verify that a DEFINE ----REPLACE mqsc script is not changing the create date...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 12, 2010 6:19 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
Also please verify that a DEFINE ----REPLACE mqsc script is not changing the create date...
|
Good point! The "someone" could be a scheduled script intended to reset the queue manager to a desired state. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
hebert |
Posted: Tue Mar 16, 2010 1:29 pm Post subject: |
|
|
Newbie
Joined: 12 Mar 2010 Posts: 2
|
Thanks all for ypur reply, I think sumit's reply is answering my question, I will take a look at the queue just before the alteration time in order to determine if the xmitq has a get parameter disabled.
I will let you know... |
|
Back to top |
|
 |
exerk |
Posted: Tue Mar 16, 2010 3:28 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
You stated in your original post that the creation date/time was changing, so is this actually not the case?
Expect to see the XMITQ set to GET(DISABLED) if the channel is not running, and GET(ENABLED) when the channel is running, and the alteration time/date will change. _________________ 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 |
|
 |
PeterPotkay |
Posted: Tue Mar 16, 2010 4:10 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
exerk wrote: |
Expect to see the XMITQ set to GET(DISABLED) if the channel is not running, |
But not running I think you mean its retrying or in one of its intermediate states as its starting up. An Inactive channel's XMITQ is enabled for gets. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
exerk |
Posted: Wed Mar 17, 2010 12:39 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
PeterPotkay wrote: |
exerk wrote: |
Expect to see the XMITQ set to GET(DISABLED) if the channel is not running, |
But not running I think you mean its retrying or in one of its intermediate states as its starting up. An Inactive channel's XMITQ is enabled for gets. |
OK, now I'm beginning to doubt myself
I've just looked at a queue manager that has inactive channels and the XMITQ's showed as GET inhibited (I'm using MQExplorer). Once the channels were started and gracefully returned to an inactive state, the XMITQ's showed as GET allowed. Having done a little experimentation I can deduce that the XMITQ state of inhibited was probably a left-over from a 'hard' stop of the channel.
Peter, thank you for correcting yet another of my misapprehensions  _________________ 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 |
|
 |
|