Skip to content

Commit

Permalink
doc: correct description
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R authored Dec 23, 2024
1 parent 58b5574 commit 8f2fe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---
# Description

This library simplifies interaction with RabbitMQ using a modular approach, where each module is linked to a specific exchange and queue, making it ideal for scalable applications like API Gateways. It offers flexible initialization methods (`ForRoot`, `ForRootAsync`), supports RPC (`send`), notifications (`notify`), and direct queue messaging, and provides middleware and interceptors for message processing. Additional features include serialization/deserialization, health-check tools (`ack`, `nack`), and advanced error handling (`RMQErrorHandler`). With extensive configuration options (`ForFeature`, `ForFeatureAsync`) and support for advanced RabbitMQ patterns, the library ensures a robust and efficient messaging workflow.
This library simplifies interaction with RabbitMQ using a modular approach, where each module is linked to a specific exchange and queue, making it ideal for scalable applications like API Gateways. It offers flexible initialization methods (`ForRoot`, `ForRootAsync`), supports RPC (`send`), notifications (`notify`), and direct queue messaging, and provides middleware and interceptors for message processing. Additional features include serialization/deserialization, health-check tools, and advanced error handling (`RMQErrorHandler`). With extensive configuration options (`ForFeature`,`ForFeatureAsync`) and support for advanced RabbitMQ pattern topics.

---

Expand Down

0 comments on commit 8f2fe51

Please sign in to comment.