/NServiceBus.RabbitMQ

RabbitMQ transport for NServiceBus

Primary LanguageC#OtherNOASSERTION

RabbitMQ Transport for NServiceBus

The NServiceBus.RabbitMQ NuGet package provides support for sending messages over RabbitMQ.

For more information, see the documentation.

Running tests locally

All tests expects a connection string to be set via the RabbitMQTransport_ConnectionString environment variable.

For developers using Docker containers, the following docker command will quickly setup a container configured to use the default port:

docker run -d --hostname my-rabbit --name my-rabbit -p 5672:5672 -p 15672:15672 rabbitmq:3-management

With this setup, the connection string to use would be host=localhost.