How do i access the remote server of queue manager from my MQ.NET?
i.e. If the queue manager is IBM MQ 7x, i would like to enable auto reconnect, if not no auto reconnect. Like, is there any attribute to find the version # of MQ installed in the remote server?
if remote queue manager of remote server is 7x
var mqQMgr = new MQQueueManager("My queue Manager", MQC.MQCNO_RECONNECT_Q_MGR, "my channel name", "my connection name");
else
var mqQMgr = new MQQueueManager("My queue Manager", "my channel name", "my connection name");