From 1147eb66383851b8ef4ed59adbc78f62780f4d50 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Wed, 8 Feb 2017 16:14:12 +0100 Subject: [PATCH] Updated readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ac4bfc..c21ea46 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ 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 -2. Publishing without transport details - * Routing key generated based on class name - * One exchange (per service / group of services) to publish them all +2. Publishing without transport details, exchange and routing key determined by strategies 3. Attribute based, no base class requirements (only for convenience) 4. Graceful handling of connection issues, even at startup -5. Basic Saga support \ No newline at end of file +5. Support for message flow using an extension package \ No newline at end of file