Hi all,

I've got a Perl program which is trying to connect to a queue manager. If the QMgr is 
not active (or doesn't exist) the MQCONN seems to wait about 20 seconds before timing 
out - or maybe under the covers it's retrying. I'd like to reduce this timeout if 
possible.

I thought about using the setsockopt() function as one of the options is SO_RCVTIMEO 
but unfortunately I need access to the actual socket structure which of course is 
buried in the MQ code.

Anyone know of how I might achieve this? It's on Windows if that matters although I 
could probably run it on Unix if it makes a difference.

Cheers,
Paul

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to