Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```