Hey All...I need some serious help. I built an application using MQSeries .NET library and it all works fine and good -- I am connecting to the remote MQ Server, but this is a transaction system module, and so because of how long it takes to reconnect I have tried to maintain a perpetual connection to the server. This works fine with the 'Get' connection, but in the 'Put' connection (separate thread due to MQ limitations on threading) it times-out after a period of inactivity. I cannot find any help online anywhere. How do I keep a connection open to the MQ Server with SEND access and keep the connection from breaking? Do I need a Sender channel with a disconnect interval or what? I can only get a channel connection through a server connection channel similar to SYSTEM.DEF.SVRCONN. Please help fast. Thanks
Tim
Tim