I am trying to connect to IBM MQ using AMQP 1.0 channel from my .Net Core application and I am receiving the below error:
Address address = new Address("amqp://10.58.139.97:1234");
Connection connection = new Connection(address, SaslProfile.Anonymous, null, null);
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'TcpTransport'.
at Amqp.Framing.Reader.ReadBuffer