From 53c83127f94da86377ae38630e010b9693f376ef Mon Sep 17 00:00:00 2001 From: Pablo Morelli Date: Mon, 19 Feb 2024 17:54:58 -0300 Subject: [PATCH] updated readme (#32) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe1587c..e7d7ab4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Bunnify is a library for publishing and consuming events for AMQP. **Built-in event metadata handling:** The library automatically handles event metadata, including correlation IDs and other important details. +**Retries and dead lettering:** You can configure how many times an event can be retried and to send the event to a dead letter queue when the processing fails. + **Tracing out of the box**: Automatically injects and extracts traces when publishing and consuming. Minimal setup is required and shown on the tracer test. **Only dependencies needed:** The intention of the library is to avoid having lots of unneeded dependencies. I will always try to triple check the dependencies and use the least quantity of libraries to achieve the functionality required.