How do we increase the timeout for a channel? I started a sender channel and it seems to die on me after a certain interval of time? No clue as to where to set the properties to increase the time interval. Thanks.
For SDR, SVR, CLUSSDR and CLUSRCVR channels, the atribute DISCINT sets the time in seconds to close the channel. The zero value means no closing automatically. The default value is set to 6000 secs.
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
No. This value is set on a per channel basis and as such is defined at creation or alteration time for the channel. You can use
DEFINE CHANNEL(joe) CHLTYPE(CLUSSDR) DISCINT(*) CONNAME(1.1.1.1) CLUSTER(mycluster)
to define a channel that never disconnects, or alter one that already exists:
ALTER CHL(test) CHLTYPE(SDR) DISCINT(*)
_________________ 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