https://github.com/webmasterdevlin/rabbitmqdemo
RabbitMQ for DotNet
https://github.com/webmasterdevlin/rabbitmqdemo
Last synced: 11 months ago
JSON representation
RabbitMQ for DotNet
- Host: GitHub
- URL: https://github.com/webmasterdevlin/rabbitmqdemo
- Owner: webmasterdevlin
- License: mit
- Created: 2019-07-03T10:32:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T10:36:25.000Z (almost 7 years ago)
- Last Synced: 2025-07-30T09:53:06.604Z (11 months ago)
- Language: C#
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RabbitMQ for DotNet Developers
- You need Erlang to run RabbitMQ, go here [erlang](https://www.erlang.org/downloads)
- You would also need RabbitMQ Server, download and install here [RabbitMQ](https://www.rabbitmq.com/download.html)
- You can go to this [RabbitMQ tutorials](https://www.rabbitmq.com/getstarted.html) to see the whole tutorial
## Set Environment Variables
| VARIABLE | VALUE |
| ------ | ------ |
| ERLANG_HOME | C:\Program Files\erl10.4 |
| RABBITMQ_NODENAME | rabbit@localhost |
| RABBITMQ_SERVER | C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.15 |
| PATH | %RABBITMQ_SERVER%\sbin |
## Run RabbitMQ
- To run a project, go to each directory/project and run
```sh
$ dotnet run
```
### RabbitMQ Admin
```sh
$ rabbitmq-plugins enable rabbitmq_management
```
- the go to RabbitMQ admin page http://localhost:15672/
- username: guest
- password: guest