Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awakelife93/node-rabbitmq-sample
node rabbitmq sample
https://github.com/awakelife93/node-rabbitmq-sample
ampq ampq-consumer docker docker-compose nodejs producer rabbitmq typescript
Last synced: about 1 month ago
JSON representation
node rabbitmq sample
- Host: GitHub
- URL: https://github.com/awakelife93/node-rabbitmq-sample
- Owner: awakelife93
- License: mit
- Created: 2022-05-09T10:16:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T04:20:23.000Z (over 2 years ago)
- Last Synced: 2023-03-04T19:26:22.411Z (almost 2 years ago)
- Topics: ampq, ampq-consumer, docker, docker-compose, nodejs, producer, rabbitmq, typescript
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-RabbitMQ
## [Note]
### Description
```
1. If running in the localhost environment, the admin address is localhost:15673
1-1. default id, password guest / guest
```## Author
```
2022.06.13 ->
Author: Hyunwoo Park
```## Getting Started
```
1. yarn install
2. yarn start
3. If you run it with docker-compose Please check each container environment.
3-1. docker-compose.app.yml = Create and run only nodejs(app) container.
3-2. docker-compose.rabbitmq.yml = Create and run only rabbitmq container.
3-3. docker-compose.full.system.yml = Create and run each container for rabbitmq, and nodejs(app)
3-4. Docker environment variables are managed and used in src/config.
4. You can turn it on with a shell file in the scripts folder.
```