cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Rabbit MQ integration issue

Abidyaseen
Advisor

Hello everyone 

I tried to add Rabbit MQ extension for 2 of my servers. i have the user name and password that has the readonly access for Rabbit MQ and i followed all the steps the only issue i am facing is the extension is asking for NOdeURL i tried the IP url both with 443 and 15671 that is by default port for rabbit Mq but i am still unable to connect and i am not getting anything in logs also pls advice am i missing anything 

 

 

Abidyaseen_0-1739170495248.png

 

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I would check ActiveGate's logs, they would provide some clue about that.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

JamesKitson
Dynatrace Guru
Dynatrace Guru

Yes, the logs on the AG itself will have more details than the self-monitoring logs available in the log viewer.

Note that this uses the Management API so that is the port you should be using /checking.

https://www.rabbitmq.com/docs/management#http-api-endpoints

It is 15671 for with TLS (HTTPS) and 15672 is for without (HTTP) per https://www.rabbitmq.com/docs/networking#ports.

So, I would try switching that. I also recommend testing this manually via curl etc... to verify you're using the right connection details first.

Abidyaseen
Advisor

The issue was due to the management plugin for Rabbit MQ was not enabled after enabling it it did connect successfully using port  15672 

 RabbitMQ public documentation for Management plugin -> https://www.rabbitmq.com/docs/management 

Featured Posts