From f444d89b61c52662a082fc906f8827cb35e29ad4 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Wed, 9 Jun 2010 20:31:41 +0000 Subject: [PATCH] TODO list --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..6febf04 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +- Add a new StompException->details property to get error details + +- Add the ability to connect to a network of brokers + (Cf: http://activemq.apache.org/networks-of-brokers.html) + +- Review tests to work on every message broker + - ActimeMQ + - stompserver (Ruby) + - TBD