Move README to correct place

This commit is contained in:
Dave Syer
2011-03-28 08:47:52 +01:00
parent dce5a8042b
commit 785d48d91c
2 changed files with 10 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
Many of the "integration" tests here require a running RabbitMQ server.
If RabbitMQ is not installed on your system, refer to the instructions for your
particular OS here: http://www.rabbitmq.com/install.html
Start the server. For example, and a *nix-based system where RabbitMQ has been
installed within /opt/rabbitmq, issue the following command:
> sudo /opt/rabbitmq/sbin/rabbitmq-server start

10
spring-rabbit/README.md Normal file
View File

@@ -0,0 +1,10 @@
Many of the "integration" tests here require a running RabbitMQ server - they
will be skipped if the broker is not detected.
If RabbitMQ is not installed on your system, refer to the instructions for your
particular OS here: [http://www.rabbitmq.com/install.html]
Start the server. For example, and a *nix-based system where RabbitMQ has been
installed within `/opt/rabbitmq`, issue the following command:
> sudo /opt/rabbitmq/sbin/rabbitmq-server start