Skip to content

Commit

Permalink
fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 26, 2024
1 parent 7eb1eb0 commit 4bbbcc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ Suppose your queue key is called `foo_retries`. The RabbitMQ retry module will a
- `foo_retries_instant_queue`
- `foo_retries_delay_queue`
- `foo_retries_dlq`
- It will also create an exchange by the name `foo_retries_exchange`.
- This exchange is internally used to send messages to the right queue.

- In addition to the queues one exchange will also be created for routing

- It will also create an exchange by the name `foo_retries_exchange`. This exchange is internally used to send messages to the right queue.
Consumption only happens from the instant queue. The delay queue is where the retried message is sent and once the retries are exhausted they are sent to the dlq.
> [!NOTE]
> Consumption only happens from the instant queue. The delay queue is where the retried message is sent and once the retries are exhausted they are sent to the dlq.
#### I have a lot of messages in my dead letter queue, how do I replay them
The RabbitMQ package provides HTTP handlers which clear the messages on the RabbitMQ queues. These handlers can be used with any HTTP server.
Expand Down

0 comments on commit 4bbbcc1

Please sign in to comment.