Connecting from .NET to MQ-Series
问题 There are similar questions to this one, but not quite the same... I have a C# program that is using amqmdnet.dll (from 9.0.1.0 MQC Redist) The code to connect is: Hashtable mqProperties = new Hashtable(); mqProperties.Add(MQC.CHANNEL_PROPERTY, channelName); mqProperties.Add(MQC.HOST_NAME_PROPERTY, hostname); mqProperties.Add(MQC.PORT_PROPERTY, port); queueManager = new MQQueueManager(strQueueManagerName, mqProperties); It works fine and writes to the queue. I assume it picks up my current