Author |
Message
|
jefflowrey |
Posted: Tue Aug 09, 2005 12:44 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
srinivasACN wrote: |
CURDEPTH(6) |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Anirud |
Posted: Tue Aug 09, 2005 12:45 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
srinivasACN wrote: |
CURDEPTH(6) |
|
|
Back to top |
|
 |
srinivasACN |
Posted: Tue Aug 09, 2005 12:49 pm Post subject: |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 43
|
yea when I saw that I got excited as well. But unfortunately those are not the messages I am expecting.
I appreciate all your help, but any other ideas? maybe something wrong with my configuration?
DEFBIND(OPEN/NOTFIXED)?
thanks. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Aug 09, 2005 2:18 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
How do you know, for a fact, that the MQPUTs worked to begin with? Did you log the completion code after the MQPUT?
How do you know that the receviving app didn't process the messages off of the queue. Maybe the queue is zero because the messages landed there and was consumed.
What is the Expiry value on these messages? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Aug 10, 2005 12:08 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
There should never be any msgs on the cluster xmitq unless the channels that the msgs are destined for are not running. Check the CorrelId of the msgs on the queue; it is the channel name, so you can check that the channels are running.
Back to the main question...
Msgs put to a cluster queue can be lost if they are non-persistent.
If they are persistent, they may be in an indoubt transaction on a channel.
Check the INDOUBT attribute of the cluster channels. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
srinivasACN |
Posted: Wed Aug 10, 2005 5:56 am Post subject: |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 43
|
PeterPotkay wrote: |
How do you know, for a fact, that the MQPUTs worked to begin with? Did you log the completion code after the MQPUT? |
this is a very valid point. I am using JMS to do this and if there were an exception I have the logs available. however there are no entries in the log.
PeterPotkay wrote: |
How do you know that the receviving app didn't process the messages off of the queue. Maybe the queue is zero because the messages landed there and was consumed.
What is the Expiry value on these messages? |
the consuming application has not been deployed, so the messages should exist somewhere on some queue.
Nigelg wrote: |
Check the INDOUBT attribute of the cluster channels. |
can you please tell me how to check this on solaris 5.9 mq 5.3 ...? newbie pardon my stupid questions. |
|
Back to top |
|
 |
srinivasACN |
Posted: Wed Aug 10, 2005 6:34 am Post subject: |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 43
|
I noticed only some of my cluster channels have the system.cluster.transmit.queue defined as their xmitq, would this have to do with anything? thanks again to all. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Aug 10, 2005 7:12 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
no, all cluster sender channels use the same xmitq. you cant change it. _________________ Regards, Butcher |
|
Back to top |
|
 |
Anirud |
Posted: Wed Aug 10, 2005 7:24 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
srinivasACN wrote: |
Nigelg wrote: |
Check the INDOUBT attribute of the cluster channels. |
can you please tell me how to check this on solaris 5.9 mq 5.3 ...? newbie pardon my stupid questions. |
Code: |
dis chs(<ChannelName>) indoubt |
|
|
Back to top |
|
 |
srinivasACN |
Posted: Wed Aug 10, 2005 8:10 am Post subject: |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 43
|
thanks to everyone who tried to help here. I have a feeling its something to do with the configuration, so I plan to draw everything out in visio first with the naming and all so I can organize it all first and then configure mq.
Once again thanks to all. |
|
Back to top |
|
 |
|