Updated readme
This commit is contained in:
parent
6779f3a4d0
commit
7f2e00d832
@ -6,9 +6,7 @@
|
|||||||
Tapeti is a wrapper for the RabbitMQ .NET client designed for long-running microservices with a few specific goals:
|
Tapeti is a wrapper for the RabbitMQ .NET client designed for long-running microservices with a few specific goals:
|
||||||
|
|
||||||
1. Automatic registration of message handlers
|
1. Automatic registration of message handlers
|
||||||
2. Publishing without transport details
|
2. Publishing without transport details, exchange and routing key determined by strategies
|
||||||
* Routing key generated based on class name
|
|
||||||
* One exchange (per service / group of services) to publish them all
|
|
||||||
3. Attribute based, no base class requirements (only for convenience)
|
3. Attribute based, no base class requirements (only for convenience)
|
||||||
4. Graceful handling of connection issues, even at startup
|
4. Graceful handling of connection issues, even at startup
|
||||||
5. Basic Saga support
|
5. Support for message flow using an extension package
|
Loading…
Reference in New Issue
Block a user