Fixed another reference to StandaloneBrokerExample vs StandaloneQpidBrokerExample
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/fbefb90f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/fbefb90f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/fbefb90f Branch: refs/heads/0.6.0 Commit: fbefb90fb39d17912d114f6e96ba384b898b48fc Parents: 465de11 Author: Martin Harris <[email protected]> Authored: Fri Nov 1 17:00:49 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Fri Nov 1 17:00:49 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/fbefb90f/docs/use/examples/messaging/index.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/messaging/index.md b/docs/use/examples/messaging/index.md index 04f6892..b30a8dd 100644 --- a/docs/use/examples/messaging/index.md +++ b/docs/use/examples/messaging/index.md @@ -175,7 +175,7 @@ this can also be deployed to your favourite cloud, let's pretend it's Amazon Ireland, as follows: {% highlight bash %} -% ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.StandaloneBrokerExample --location aws-ec2:eu-west-1 +% ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.StandaloneQpidBrokerExample --location aws-ec2:eu-west-1 {% endhighlight %} If you encounter any difficulties, please
