Skip to content

Commit

Permalink
updated readme (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorelli92 committed Feb 19, 2024
1 parent f03b6de commit 53c8312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53c8312

Please sign in to comment.