> @@ -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
