From 71bdeda364ece356698067308d8fa9cd24229964 Mon Sep 17 00:00:00 2001 From: benni Date: Tue, 20 Nov 2012 13:58:36 +0100 Subject: [PATCH] update documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90573a3..3f364e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Mbassador Mbassador is a very light-weight message bus (event bus) implementation following the publish subscribe pattern. It is designed for ease of use and aims to be feature rich, extensible while preserving resource efficiency and performance. + +Table of contents +[License](#license) + Check out the performance comparison which also reviews part of the features of the compared implementations At its core it offers the following: @@ -105,7 +109,7 @@ The following steps are necessary: + Spring integration with support for conditional message dispatch in transactional context (dispatch only after successful commit etc.) -> coming in december 2012 -

License

+

License

This project is distributed under the terms of the MIT License. See file "LICENSE" for further reference.