I have fresh installation of RabbitMQ on a linux/ubuntu server. Lets say the server works under superserver.com domain. What steps should I take right after installing it, because I can not connect to it from remote consumer/producer ? Do I have to change something in configuration file ? I’m asking because I don’t have access to the server and I need an instruction to tell admin what to do next.
Another thing that bothers me. Do I have to install RabbitMQ on clients too or is it just necessary for clusters ?
Thanks in advance !
Finally !
After some research I found a solution to this. I’m writing it here so everyone can see it.
I had to change AMQP protocol version. By default it’s set to AMQP 0-9 but RabbitMQ works with: AMQP 0-8 ! So this is how it should look for c#:
Hope it helps 🙂