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
demandé il y a 9 mois64 vues
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions