AWS ActiveMQ: how to connect from c#?

0

I have created AWS ActiveMQ broker: single.

Inbound rule for port 8162 is added, run console - it works. Ok, now I need to connect to the broker from my c# application. I do :

Uri connecturi2 = new Uri("activemq:tcp://" + hostName); var connectionFactory = new ConnectionFactory(connecturi2); var connection = connectionFactory.CreateConnection("mq_dev", "mq_dev!"); connection.Start();

and receive: Apache.NMS.ActiveMQ.IOException: 'Channel was inactive for too long: tcp://*2-1.mq.eu-west-1.amazonaws.com:5671

What is wrong? What should I fix?

Oleg
已提问 9 个月前64 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则