ActiveMQ instructions in README

This commit is contained in:
Tom Robinson 2013-07-29 15:12:55 -07:00
parent a1b3f600b0
commit 5bf91534fc
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ Usage
The optional `environment` argument corresponds to a configuration file in `configure`, which defaults to `development` and overrides values in the "default.yml" configuration file.
By default ActivePush expects a STOMP broker (e.x. ActiveMQ) to be running on `localhost:61613`.
If ActiveMQ is installed you can start it with the following command:
activemq start broker:stomp://localhost:61613
Testing
-------