Author |
Message
|
mvic |
Posted: Wed Sep 22, 2010 11:27 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Vitor wrote: |
That's only a default setting, as has been said many, many times here. |
Resign yourself to saying it many many times more.. or maybe compile a "wise sayings of Vitor" and publish.  |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Sep 22, 2010 12:17 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9471 Location: US: west coast, almost. Otherwise, enroute.
|
And it's not a default; rather, it's an initial value, which is of no value if the application sets the value in the MQMD to anything other than _AS_QDEF. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Sep 22, 2010 12:38 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mvic wrote: |
maybe compile a "wise sayings of Vitor" and publish.  |
Short book.
I am working on "The Art Of Trout:What Sun Tzu Left Out" which I hope the publishers will like.
I plan to team it with an illustrated self-help piece: "Trout:To Eat Or To Whack?". _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 22, 2010 6:00 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mvic wrote: |
Vitor wrote: |
That's only a default setting, as has been said many, many times here. |
Resign yourself to saying it many many times more.. or maybe compile a "wise sayings of Vitor" and publish.  |
I'm not sure he'd pass the necessary originality requirements...
 |
|
Back to top |
|
 |
Wally |
Posted: Wed Sep 22, 2010 9:48 pm Post subject: |
|
|
Novice
Joined: 22 Sep 2010 Posts: 15
|
Vitor wrote: |
Wally wrote: |
has not run its state synch process a message could be lost. |
For the record, which process is this? I've never heard of it. All I know about is the workload balancer, which doesn't hold state that I'm aware of.  |
Ok, I have called the detection in broken channel communication and update the state in the repositories in this way. |
|
Back to top |
|
 |
Wally |
Posted: Wed Sep 22, 2010 10:05 pm Post subject: |
|
|
Novice
Joined: 22 Sep 2010 Posts: 15
|
bruce2359 wrote: |
In some, but not all of your narrative, you say "Check status > S1: SCTQ empty"
|
Empty means no message is the queue when browsing with MQ Explorer.
bruce2359 wrote: |
I'm thinking that it's your application that, for whatever reason, did not commit, and therefore the message(s) were backed out of the SCTQ. |
Its also the exact same behavior when using a JMS Client, MQ Exploere or amqsput.exe - do you have a preferred test client ? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Sep 23, 2010 2:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Wally wrote: |
bruce2359 wrote: |
In some, but not all of your narrative, you say "Check status > S1: SCTQ empty"
|
Empty means no message is the queue when browsing with MQ Explorer. |
That's not empty. Any message not eligible to be read (e.g. put but not committed) will not show up. This is where your message is "disappearing", and why we've been banging on about empty queues and commits for the length of this post.
An empty queue is a queue with a depth of zero. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Wally |
Posted: Fri Sep 24, 2010 3:47 am Post subject: |
|
|
Novice
Joined: 22 Sep 2010 Posts: 15
|
Ok, after getting all the Hint & Tips from you I started some more test on it. Still I can see/discover my message which should have been sent out the the off-line qmgr - any commands issued on any transmission or dead letter queue return queue depth = 0. But being some more patient (really absolute mega patient) the inflight message of the corrupted channel appears in its originally targeted qmgr queue - hurra.
So thank you all, for your patient with me and lesson learned: even if you cant see or count the message in the obvious places it might be still around! |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 24, 2010 4:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Well put.
Wally wrote: |
So thank you all, for your patient with me and lesson learned: even if you cant see or count the message in the obvious places it might be still around! |
Another lesson I hope you've taken from this: a WMQ cluster is not designed as an HA solution. Using it as such has issues.
For instance when the inflight message is for a $4m transaction and the business doesn't fancy being really absolutely mega patient waiting for it to process.
Nothing new in that statement. Been said often in here. But glad you got understanding. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|