XMS.NET hanging indefinitely on factory.CreateConnection(“username”, null);
问题 I am trying to connect to an existing JMS queue with a .NET client. I know the queue is working, I already browsed it using IBM MQ Explorer. In the following code, the call to factory.CreateConnection keeps hanging - it does not jump to the next line, in does not show any error message. It even doesnt consume any CPU. Are there any options that I should try to get it working (or at least make it show me an error message of any kind)? private static IConnectionFactory GetConnectionFactory() {