Posted: Fri Mar 14, 2003 12:50 am Post subject: Disconnect Interval Expired
Newbie
Joined: 14 Mar 2003 Posts: 5
Hi All,
We have 2 machines with MQServer - MQServer setup. We are using Remote Queue Setup. In one M/C RMQ is created and another Local Q is created. Sender and Receiver Channels are setup. In Remote Q machine message is inserted after sometime we stop inserting messages. In the log file we see that Channel Program Started and after sometime we see "Disconnect Interval Expired". What do you mean by this?
Secondly after the channel expired we put messages in to Remote Queue. Message inserted in to RMQ and it is also placed in Local Q but the program which is in the Local Q machine is not reading it.Why? but after we stop the program and runs again it is reading it. Please explain this concept. We are keeping using MQGet and check for Errors. If reason code is != MQ_NOMSG_Available we try to close the Queue and QueueManager and try to connect it again. And Channel Expired we are getting this error why?
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
Lakshmi,
When you define a sender channel, one of the parameters you can set is the DISCINT. This describes how many seconds may pass (while the channel is idle) before the channel automatically shuts down. This is to decrease network overhead. If you don't want the channel to ever stop, you should set DISCINT(*). When the channel does stop automatically, you can use a trigger on the transmission queue to restart the channel. This is described in the MQSeries Administration Guide if I'm not mistaken. _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum