ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » vinjamur

Post new topic  Reply to topic
 vinjamur « View previous topic :: View next topic » 
Author Message
Vin
PostPosted: Fri Apr 05, 2002 11:13 pm    Post subject: Reply with quote

Master

Joined: 25 Mar 2002
Posts: 212
Location: India

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.
Back to top
View user's profile Send private message
ilacosta
PostPosted: Sun Apr 07, 2002 11:39 pm    Post subject: Reply with quote

Newbie

Joined: 04 Apr 2002
Posts: 7
Location: Spain

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.
Back to top
View user's profile Send private message Send e-mail
Vin
PostPosted: Mon Apr 08, 2002 9:08 am    Post subject: Reply with quote

Master

Joined: 25 Mar 2002
Posts: 212
Location: India

Thanks. Where do you set the properties for these? is it in the mqs.ini file?
Back to top
View user's profile Send private message
bduncan
PostPosted: Mon Apr 08, 2002 4:09 pm    Post subject: Reply with quote

Padawan

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
Back to top
View user's profile Send private message Visit poster's website AIM Address
Vin
PostPosted: Mon Apr 08, 2002 9:54 pm    Post subject: Reply with quote

Master

Joined: 25 Mar 2002
Posts: 212
Location: India

thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » vinjamur
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.