https://github.com/rebus-org/rebus.rabbitmq
:bus: RabbitMQ transport for Rebus
https://github.com/rebus-org/rebus.rabbitmq
message-queue rabbitmq rabbitmq-transport rebus transport
Last synced: 6 months ago
JSON representation
:bus: RabbitMQ transport for Rebus
- Host: GitHub
- URL: https://github.com/rebus-org/rebus.rabbitmq
- Owner: rebus-org
- License: other
- Created: 2016-08-31T09:24:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T09:57:53.000Z (9 months ago)
- Last Synced: 2025-03-29T13:06:14.260Z (7 months ago)
- Topics: message-queue, rabbitmq, rabbitmq-transport, rebus, transport
- Language: C#
- Homepage: https://mookid.dk/category/rebus
- Size: 3.35 MB
- Stars: 66
- Watchers: 8
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.RabbitMq
[](https://www.nuget.org/packages/Rebus.RabbitMq)
Provides a RabbitMQ transport implementation for [Rebus](https://github.com/rebus-org/Rebus).

---
# For RabbitMQ, running on a Docker for Windows instance.
Install [Docker for windows](https://www.docker.com/docker-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: