Author |
Message
|
sriiniivas |
Posted: Fri Jun 22, 2007 1:30 am Post subject: MQ channel retyring |
|
|
Newbie
Joined: 18 Jun 2007 Posts: 3
|
HI guys,
Plz tell me what and all can be the reasons for a channel to go into retrying state |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Jun 22, 2007 1:49 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
1. You Recvr side is not ready
2. Listener is not running
3. Message sequence got shuffled.
This are some of the reasons
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sriiniivas |
Posted: Fri Jun 22, 2007 1:56 am Post subject: MQ channel retyring |
|
|
Newbie
Joined: 18 Jun 2007 Posts: 3
|
Thanks for the reply,
Well I know the first two reasons, can u please brief me on the third point?? how does that cause a channel to go into retry.. and how can we bring back the channel to normal state.. being specific.. it may b a sender/receiver/cluster channel.
can u think of any more reasons?? this is not platform dependent as we work on mutliple platforms
i can think of 2 more : 1. access issues (MQ runnin on an unauthorized id and hence the destination MQ not available) 2. basic n/w issues, firewall issues, ports unavailable. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 22, 2007 2:06 am Post subject: Re: MQ channel retyring |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sriiniivas wrote: |
Well I know the first two reasons, can u please brief me on the third point?? how does that cause a channel to go into retry.. and how can we bring back the channel to normal state.. being specific.. it may b a sender/receiver/cluster channel. |
Network or packet error causes a batch of messages (which may contain 1-n messages of course) to go AWOL. The channels will fail until manual action to RESOLVE the channel as described in the documentation.
sriiniivas wrote: |
i can think of 2 more : 1. access issues (MQ runnin on an unauthorized id and hence the destination MQ not available) 2. basic n/w issues, firewall issues, ports unavailable. |
I think these are pretty much covered as specific causes of "Revceiver not ready / listener not running" _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqdev |
Posted: Mon Jun 25, 2007 12:51 pm Post subject: |
|
|
Centurion
Joined: 21 Jan 2003 Posts: 136
|
Gaya3 wrote: |
Hi
1. You Recvr side is not ready
2. Listener is not running
3. Message sequence got shuffled.
This are some of the reasons
Thanks and Regards
Gayathri |
#3 would result in messages not getting across - but the channel continues to be in RUNNING status .... |
|
Back to top |
|
 |
|