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

https://github.com/andre2l2/rabbitmq-example

A reabbitMQ example and usecases
https://github.com/andre2l2/rabbitmq-example

queue rabbitmq typescript

Last synced: over 1 year ago
JSON representation

A reabbitMQ example and usecases

Awesome Lists containing this project

README

          


RabbitMQ Example



## How to run

### Docker run

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

### Ports

- GUI interface port on: **15672**
- AMQP protocol port on: **5672**

### Default Auth

| Protocol | Port | Login | Passowrd |
| -------- | ----- | ----- | -------- |
| HTTP | 15672 | guest | guest |
| AMQP | 5672 | - | - |