Updated example text to use same classname as provided class
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/465de11d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/465de11d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/465de11d Branch: refs/heads/0.6.0 Commit: 465de11d99add027183447ac2bd5ac5bae2a6139 Parents: ce7bb1e Author: Martin Harris <[email protected]> Authored: Fri Nov 1 16:10:28 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Fri Nov 1 16:10:28 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/messaging/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/465de11d/docs/use/examples/messaging/index.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/messaging/index.md b/docs/use/examples/messaging/index.md index 33c78c2..04f6892 100644 --- a/docs/use/examples/messaging/index.md +++ b/docs/use/examples/messaging/index.md @@ -41,7 +41,7 @@ default configuration, specifying only the AMQP port and creates no queues or topics: {% highlight java %} -public class StandaloneBrokerExample extends AbstractApplication { +public class StandaloneQpidBrokerExample extends AbstractApplication { @Override public void init() { // Configure the Qpid broker entity @@ -103,7 +103,7 @@ out the Brooklyn [repository](https://www.github.com/brooklyncentral/brooklyn) as follows: {% highlight bash %} -% ${BROOKLYN_HOME}/bin/brooklyn -v launch --app brooklyn.demo.StandaloneBrokerExample --location localhost +% ${BROOKLYN_HOME}/bin/brooklyn -v launch --app brooklyn.demo.StandaloneQpidBrokerExample --location localhost {% endhighlight %} Now, visit the Brooklyn web console on port 8081 (for pre 0.6 releases,
