Author |
Message
|
vineet.rawat |
Posted: Mon Mar 20, 2006 5:01 am Post subject: Problems at Sender Channel |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 36
|
I have a queue manager with a queue that receives messages from another Queue manager but few days back someone closed the channels at the sender end hence could not recieve any messages from the other system.
Is it possible for us in someway to find out the everthing is ok at server end ? Just like the way we can ping from Sender channel. |
|
Back to top |
|
 |
javagate |
Posted: Mon Mar 20, 2006 5:06 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
Do you have a MQSeries monitor ? _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
jpeela |
Posted: Mon Mar 20, 2006 7:26 am Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
Hi,
You can use monitoring tools for that.There are many like qpasa!,Qflex,... _________________ Jogi |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 20, 2006 8:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I think it is difficult to monitor the queue manager of a business partner. So if vineet.rawat's "other end" is a different company... then vineet.rawat's best choice is to monitor the receiver channel on the local side. If in some period of time it never goes to the running state, then generate an alert.
Yes, a full fledged monitoring tool is the best option for any organization with more than about three queue managers. But it is fairly easy to write a simple monitor script in Perl (using MA89) or Java (using MS0B) to monitor channel status. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nathanw |
Posted: Tue Mar 21, 2006 12:09 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
Of course you could always set up Server/Requester Channels instead of Sender/Receiver that way you can start the Opposite end from your Requester Channel |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Wed Mar 22, 2006 4:55 am Post subject: Re: Problems at Sender Channel |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
vineet.rawat wrote: |
I have a queue manager with a queue that receives messages from another Queue manager but few days back someone closed the channels at the sender end hence could not recieve any messages from the other system.
Is it possible for us in someway to find out the everthing is ok at server end ? Just like the way we can ping from Sender channel. |
Is there something to be sended?
What does you mean with that receives messages ... but few days back someone closed the channels. Does it mean, that the channels were always running and ended never? Generally channels end after a while and are re-started by a trigger mechanism. Maybe, your channel is not properly triggered. Did you try to start the channel with the START CHANNEL command? Is there something to be sended in the XmitQ on the sender side? _________________ Regards
Hubert |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Mar 22, 2006 7:38 am Post subject: Re: Problems at Sender Channel |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
HubertKleinmanns wrote: |
vineet.rawat wrote: |
I have a queue manager with a queue that receives messages from another Queue manager but few days back someone closed the channels at the sender end hence could not recieve any messages from the other system.
Is it possible for us in someway to find out the everthing is ok at server end ? Just like the way we can ping from Sender channel. |
Is there something to be sended?
What does you mean with that receives messages ... but few days back someone closed the channels. Does it mean, that the channels were always running and ended never? Generally channels end after a while and are re-started by a trigger mechanism. Maybe, your channel is not properly triggered. Did you try to start the channel with the START CHANNEL command? Is there something to be sended in the XmitQ on the sender side? |
I think the point is that vineet.rawat doesn't know the status of the MQManager that is supposed to be sending messages to his MQManager...
Ergo he can't even display the XMITQ or SDR Channel and issueing a start chl on a RCVR Channel is seldom if ever helpful.
@vineet, you need to contact the Administrators of the MQManager that is supposed to be sending messages to you to resolve this. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
vineet.rawat |
Posted: Wed Mar 22, 2006 11:14 am Post subject: Thanks to all for the suggestions |
|
|
Apprentice
Joined: 08 Aug 2005 Posts: 36
|
Thanks to all for the suggestions |
|
Back to top |
|
 |
|