Author |
Message
|
paolo |
Posted: Fri Sep 02, 2005 6:57 am Post subject: Where are the messages? |
|
|
 Novice
Joined: 29 Aug 2005 Posts: 17
|
Hello,
i have two unix machines with two queue managers connected.
All channels on both computers are up and running, but when i type an amqsput and send a message, the other machine doesn't receive it.
Why this? What else i have to check? And where i have to check for queued messages?
Thank you very much.
Paolo |
|
Back to top |
|
 |
ashoon |
Posted: Fri Sep 02, 2005 6:58 am Post subject: |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
are the channels and listeners up? if not check your xmit queue.... if not check the dead letter queue - make sure you set the default DLQ for the qmgrs. |
|
Back to top |
|
 |
paolo |
Posted: Fri Sep 02, 2005 7:03 am Post subject: |
|
|
 Novice
Joined: 29 Aug 2005 Posts: 17
|
Thanks for your reply ashoon, both listeners and channels are up, now i check the xmitq and DLQ and post again in case i still have problems. |
|
Back to top |
|
 |
xxx |
Posted: Fri Sep 02, 2005 7:22 am Post subject: |
|
|
Centurion
Joined: 13 Oct 2003 Posts: 137
|
stop the sdr channel and check the xmitq ,
and then if you find them on xmitq restart the sdr channel , and then try to figure out |
|
Back to top |
|
 |
JT |
Posted: Fri Sep 02, 2005 8:06 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Check the sender channel on the sending qmgr, is the message count greater than zero ?
If so, concentrate your effort on the receiving qmgr (dlq).
Likewise, if the count is not greater than zero, then look closer at the sending qmgr.
How did you verify that the messages are not residing in the local queue on the receiving qmgr (i.e. curdepth count) ?
Is there an application consuming messages from the local queue ?
You should also investigate the amqerr0x.log files for clues. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 02, 2005 10:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you guys also thought about checking the default xmitq (if defined) ?
When the qmgr doesn't know how to route, it will stick the messages into the default xmitq (if defined) before putting them to the DLQ.
Enjoy  |
|
Back to top |
|
 |
wschutz |
Posted: Fri Sep 02, 2005 10:59 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
and remember, if npmspeed(fast) is set on the channel and a non-persistent message can't be delivered on that channel , it gets discarded. Try changing your remote queue definition to defpsist(yes). _________________ -wayne |
|
Back to top |
|
 |
paolo |
Posted: Mon Sep 05, 2005 2:19 am Post subject: |
|
|
 Novice
Joined: 29 Aug 2005 Posts: 17
|
Well, thank you for your help guys.
I'm following your suggestions and checking again both qmgrs  |
|
Back to top |
|
 |
paolo |
Posted: Thu Sep 08, 2005 6:29 am Post subject: |
|
|
 Novice
Joined: 29 Aug 2005 Posts: 17
|
Solved. I have restarted channels, and i've also created and set a DLQ.
Thank you
Paolo |
|
Back to top |
|
 |
|