Skip to content

Commit

Permalink
General guide to install rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 5, 2024
1 parent eb63e45 commit 6db09aa
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,7 @@ For a production system, we recommend a multi-node RabbitMQ cluster with quorum

## 1. Install RabbitMQ

### 1.1 Update the package list

```
sudo apt update
```

### 1.2 Install RabbitMQ server

```
sudo apt install -y rabbitmq-server
```

### 1.3 Enable and start RabbitMQ service

```
sudo systemctl enable rabbitmq-server
sudo systemctl start rabbitmq-server
```
According to your operating system, follow the official instructions to install [RabbitMQ]( https://www.rabbitmq.com/docs/download#installation-guides)

## 2. Add RabbitMQ credentials

Expand Down

0 comments on commit 6db09aa

Please sign in to comment.