Skip to content

fabiodaniele/Rebus.RabbitMq

 
 

Repository files navigation

Rebus.RabbitMq

install from nuget

Provides a RabbitMQ transport implementation for Rebus.


For RabbitMQ, running on a Docker for Windows instance.

Install Docker for windows

Build and run your RabbitMQ with management console, with the following shell command:

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

From your web brower, navigate to the RabbitMQ management console,

http://localhost:8080

and then login with the default credentials that were automatically configured for the Docker instance.

username: guest
password: guest

In Visual Studio 2017, run All Tests form the menus: Tests -> Run -> All Tests. While test are running, switch back to the management console, and watch:

About

🚌 RabbitMQ transport for Rebus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.0%
  • Batchfile 2.0%