From 6c40282d12337c4c5c1e6cbb37b0fb1fea99784b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 17 Nov 2010 15:57:46 +0000 Subject: [PATCH] Add simple readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..554a2378 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +This project provides support for using Spring and Java with AMQP, and in particular RabbitMQ. + +# Build Instructions # + +Clone from GIT and then use Maven (2.1.*): + + $ git clone ... + $ mvn install + +SpringSource ToolSuite users (or Eclipse users with the latest m2eclipse plugin) can import the projects as existing Eclipse projects.