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.