How to connect RabbitMQ which is installed on other server (PC) #12207
-
|
I want to connect RabbitMQ server which is installed on our other host machine [IP - 192.168.0.115]. and it runs locally on "localhost:15672" and i am trying to connect using my C# code. This is my code to connect RabbitMQ from my local machine which is also connected in a same intranet environment. var factory = new ConnectionFactory This is my code to connect RabbitMQ from my local machine which is also connected in a same intranet environment. var factory = new ConnectionFactory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
15672 is the Management UI/API port. For AMQP use 5672 |
Beta Was this translation helpful? Give feedback.
15672 is the Management UI/API port. For AMQP use 5672