You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Everett Toews <no...@github.com> on 2013/12/24 19:23:37 UTC

[jclouds-site] Documentation for Rackspace Cloud Queues (#45)

You can merge this Pull Request by running:

  git pull https://github.com/rackerlabs/jclouds-site rax-cloud-queues

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-site/pull/45

-- Commit Summary --

  * Documentation for Rackspace Cloud Queues

-- File Changes --

    M documentation/quickstart/rackspace.markdown (57)

-- Patch Links --

https://github.com/jclouds/jclouds-site/pull/45.patch
https://github.com/jclouds/jclouds-site/pull/45.diff

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by Andrew Phillips <no...@github.com>.
> +
> +    Producer Consumer
> +      Producer 1 Message 1:0
> +      Producer 1 Message 1:1
> +      Consumer 1 Message 1:0 (Queue This Way)
> +      Consumer 2 Message 1:1 (Queue This Way)
> +      Producer 1 Message 1:2
> +      Consumer 1 Message 1:2 (Queue This Way)
> +      Producer 1 Message 1:3
> +      Consumer 1 Message 1:3 (Queue This Way)
> +      Producer 1 Message 1:4
> +      Producer 1 Message 1:5
> +      Consumer 2 Message 1:4 (Queue This Way)
> +      ...
> +      
> +

Deliberate double blank line?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45/files#r8551129

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://190fd8fbcdc80963abfb-bd420993c873aad1ef2ac75476715f03.r63.cf1.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45#issuecomment-31535386

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-site-pull-requests #146](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/146/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45#issuecomment-31493169

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by Everett Toews <no...@github.com>.
> @@ -320,6 +321,56 @@ Note: This uses the API key, not the password.
>  
>  In addition to the CreatePolicy example, by going through the Auto Scale example code, you will learn to create and execute webhooks, and delete and modify groups, policies, and webhooks. You can find the examples documentation [here](https://github.com/jclouds/jclouds-examples/tree/master/rackspace).
>  
> +## <a id="queues"></a>Working with Cloud Queues
> +### <a id="queues-intro"></a>Introduction
> +
> +[Cloud Queues](http://www.rackspace.com/cloud/queues/) easily connect distributed applications without installing complex software. Create unlimited queues quickly and send unlimited messages.
> +
> +### <a id="queues-apis"></a>APIs
> +
> +Cloud Queues works with the OpenStack layer in jclouds that is used to access features common to all OpenStack Marconi queuing systems.
> +
> +1. The OpenStack API for Cloud Queues is the org.jclouds.openstack.marconi.v1.MarconiApi. All other APIs for working with queues are accessible via the MarconiApi.
> +1. You can find these APIs in the latest [Javadoc](http://demobox.github.com/jclouds-maven-site/latest/apidocs).

Fixed. _Much_ better. Thanks.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45/files#r8625964

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by Everett Toews <no...@github.com>.
> +
> +    Producer Consumer
> +      Producer 1 Message 1:0
> +      Producer 1 Message 1:1
> +      Consumer 1 Message 1:0 (Queue This Way)
> +      Consumer 2 Message 1:1 (Queue This Way)
> +      Producer 1 Message 1:2
> +      Consumer 1 Message 1:2 (Queue This Way)
> +      Producer 1 Message 1:3
> +      Consumer 1 Message 1:3 (Queue This Way)
> +      Producer 1 Message 1:4
> +      Producer 1 Message 1:5
> +      Consumer 2 Message 1:4 (Queue This Way)
> +      ...
> +      
> +

Yes. Just an extra line in the source between sections.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45/files#r8625974

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-site-pull-requests #134](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/134/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45#issuecomment-31181218

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by Andrew Phillips <no...@github.com>.
Couple of minor comments, but otherwise +1 - looks good. Links seem to work, too, although the links to the code samples themselves are still 404s as that PR is still waiting to be merged, I guess.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45#issuecomment-31200839

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-site-pull-requests #147](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/147/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45#issuecomment-31535141

Re: [jclouds-site] Documentation for Rackspace Cloud Queues (#45)

Posted by Andrew Phillips <no...@github.com>.
> @@ -320,6 +321,56 @@ Note: This uses the API key, not the password.
>  
>  In addition to the CreatePolicy example, by going through the Auto Scale example code, you will learn to create and execute webhooks, and delete and modify groups, policies, and webhooks. You can find the examples documentation [here](https://github.com/jclouds/jclouds-examples/tree/master/rackspace).
>  
> +## <a id="queues"></a>Working with Cloud Queues
> +### <a id="queues-intro"></a>Introduction
> +
> +[Cloud Queues](http://www.rackspace.com/cloud/queues/) easily connect distributed applications without installing complex software. Create unlimited queues quickly and send unlimited messages.
> +
> +### <a id="queues-apis"></a>APIs
> +
> +Cloud Queues works with the OpenStack layer in jclouds that is used to access features common to all OpenStack Marconi queuing systems.
> +
> +1. The OpenStack API for Cloud Queues is the org.jclouds.openstack.marconi.v1.MarconiApi. All other APIs for working with queues are accessible via the MarconiApi.
> +1. You can find these APIs in the latest [Javadoc](http://demobox.github.com/jclouds-maven-site/latest/apidocs).

Or point to http://javadocs-labs-openstack.jclouds.cloudbees.net?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/45/files#r8551123