Skip to content

Commit

Permalink
Update demos/README.md
Browse files Browse the repository at this point in the history
fixed typo "php php producer.php ..."
fixed path on "php consumer.php --consumer rmq-mon-q ..." assumtion in privious examples that the current directory is demos/
  • Loading branch information
cloudermaan committed Feb 4, 2013
1 parent 82a33ba commit a3eab50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/README.md
Expand Up @@ -21,7 +21,7 @@ environment.

First, publish some messages:

php php producer.php --message="Hello, world" --repeat=5
php producer.php --message="Hello, world" --repeat=5

Now, read one of these back from the broker using get:

Expand All @@ -40,5 +40,5 @@ of course).
Here's an interesting one - set up a consumer that listens to and
prints out all "system messages" from the RabbitMQ broker:

php demos/consumer.php --consumer rmq-mon-q \
--config demos/configs/log-and-trace-connection.xml
php consumer.php --consumer rmq-mon-q \
--config configs/log-and-trace-connection.xml

0 comments on commit a3eab50

Please sign in to comment.