From cd4dd13555917505ede1f0e7966bea2843a5d8af Mon Sep 17 00:00:00 2001 From: benni Date: Tue, 23 Oct 2012 10:37:19 +0200 Subject: [PATCH] initial project setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 997d6db..891965b 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,11 @@ a single message handler mark and configure your message handlers with @Listener annotations and finally register the listeners at any Mbassador instance. Start sending messages to your listeners using one of Mbassador's publication methods (sync or async). Done! +Planned features: + ++ Maven dependency: Add Mbassador to your project using maven. Coming soon! ++ Message handler priority: Message handlers can specify priority to influence order of message delivery + + + +