Author |
Message
|
jstefano |
Posted: Tue Jul 18, 2006 8:54 am Post subject: MQ Keep channel alive |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
Dear MQ gurus!
How to Keep a channel alive???
With your great help, I was able to setup a MQ network including cluster and Gateway, everything works great (thanks again, guys!!!)
however, some of my channels are dying after some time of inactivity
and connection will be lost. When I restart them manually, everything works again. Could any of you, MQ gurus help me with settings for "keep channel alive"? I saw something on the IBM MQ page (KAINT), but I am not sure how to set it up. Any help will be greatly appriciated!
Jan |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Jul 18, 2006 8:58 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Do you have a disconnect interval specified on the channels?
What type of channels are you seeing the channels 'dying'?
Are the channels triggered? |
|
Back to top |
|
 |
jstefano |
Posted: Tue Jul 18, 2006 9:11 am Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
kevinf2349 wrote: |
Do you have a disconnect interval specified on the channels?
What type of channels are you seeing the channels 'dying'?
Are the channels triggered? |
Hi Kevin!
thanks for your answer!
RE:
Do you have a disconnect interval specified on the channels?
- How can I check this? from the MQ explorer or just simply from UNIX?
and what am I looking for? I can see the "hearbeat interval = 300",
is that what you mean?
RE:
What type of channels are you seeing the channels 'dying'?
- receivers mostly
RE:
Are the channels triggered?[/quote]
- sorry, no idea what you mean. I can see some TRIGGER values on local queues, but...
Thanks again for your help!
Jan |
|
Back to top |
|
 |
mvic |
Posted: Tue Jul 18, 2006 11:18 am Post subject: Re: MQ Keep channel alive |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Jul 18, 2006 11:41 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
Add the Sender channel name in the transmission Queue for the property called "TRIGDATA" and Trigger Control should be "on" and set "SYSTEM.CHANNEL.INITQ" as Initiation QueueName (INITQ).
This will allow the sender channel to start automatically as soon as messages comes to the transmission Queue even though it is inactive.
-Reddy |
|
Back to top |
|
 |
jstefano |
Posted: Tue Jul 18, 2006 12:33 pm Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
reddy_kal wrote: |
Hello,
Add the Sender channel name in the transmission Queue for the property called "TRIGDATA" and Trigger Control should be "on" and set "SYSTEM.CHANNEL.INITQ" as Initiation QueueName (INITQ).
This will allow the sender channel to start automatically as soon as messages comes to the transmission Queue even though it is inactive.
-Reddy |
Thanks a million!!! Going to try that right away!
Jan |
|
Back to top |
|
 |
jstefano |
Posted: Tue Jul 18, 2006 12:44 pm Post subject: Re: MQ Keep channel alive |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
Thanks a million!!! Going to read it right away!
Jan |
|
Back to top |
|
 |
|