Setup RabbitMQ Server

Hi there, I’m trying to setup RabbitMQ in a server remote and connect clients on other machines to it.
how can i setup and connect to RabbitMQ server?
please code in c#.

Hi

Not sure I entirely understand what you are looking for.

The transport allows you to provide a connection string; more details see Connection settings • RabbitMQ Transport • Particular Docs

When the broker is running on a remote machine, you have to specify the hostname of that device in the connection string

Regards
Daniel

1 Like