From 1b3fb5fb5dd707a22590a1977e973a1798c6ac98 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 13 Mar 2011 15:17:38 +0000 Subject: [PATCH] Mention helloworld in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d2c4a6..c453324 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Install the [RabbitMQ](http://www.rabbitmq.com) broker first (version SpringSource ToolSuite users (or Eclipse users with the latest m2eclipse plugin) can import the projects as existing Maven projects. + +The basic HelloWorld sample has two versions (with synchronous and +asynchronous consumers). Both have two Java classes called `Producer` +and `Consumer` with main methods to launch. Run the producer first +and ensure that the broker is already running. + The Stocks sample has a UI that can be launched as a Java main, and a daemon server process with the same properties. You can run them from an IDE easily. Run the `Server` and then the `Client` and you should