10 Feb 2025 07:03 AM
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
I
Solved! Go to Solution.
10 Feb 2025 07:52 AM
Hi,
I would check ActiveGate's logs, they would provide some clue about that.
Best regards
10 Feb 2025 09:14 PM - edited 10 Feb 2025 09:21 PM
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.
12 Mar 2025 09:11 AM
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