PS: Javadoc link live now, too:
http://demobox.github.io/jclouds-maven-site-1.7.0/1.7.0/jclouds/apidocs/
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/44#issuecomment-31206677
@abayer @andrewgaul Look OK for a squash'n'rebase?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/44#issuecomment-31202964
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/pul
> +
> +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
> @@ -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
>
Happy holidays!
-A
On Dec 24, 2013 2:33 PM, "Andrew Phillips" wrote:
> Happy holidays and a good 2014 everyone!!
>
> ap
>
> + private void createQueue() {
> + queueApi.create(NAME);
> + }
> +
> + private void createMessages() throws ExecutionException,
> InterruptedException {
> + System.out.format("Create Messages%n");
> +
> + MessageApi messageApi =
> marconiApi.getMessageApiForZoneAndClientAn
> + streamMessages.deleteQueue();
> + } catch (Exception e) {
> + e.printStackTrace();
> + } finally {
> + streamMessages.close();
> + }
> + }
> +
> + public StreamMessages(String username, String apiKey) {
> + // If this application we're running *in
> +System.out.format(" Subscriber %s Message %s:%s (%s)%n",
> subscriberName,
> + props.getProperty(PUBLISHER_NAME),
> props.getProperty(MESSAGE_NUM), props.getProperty(MESSAGE_TEXT));
> + }
> + }
> +
> + private Properties loadStringProperties(Stri
> + private final MessageApi messageApi;
> + private int consecutiveSleepCount = 0;
> +
> + protected Subscriber(String subscriberName) {
> + this.subscriberName = subscriberName;
> + messageApi = marconiApi.getMessageApiForZoneAndClientAndQueue(ZONE,
> SUBSCRIBER_ID
> + this.publisherName = publisherName;
> + messageApi = marconiApi.getMessageApiForZoneAndClientAndQueue(ZONE,
> PUBLISHER_ID, NAME);
> + }
> +
> + public void run() {
> + for (int i = 0; i < 32; i++) {
> +messageApi.create(publish(i));
> +
[jclouds-site-pull-requests
#135](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/135/)
SUCCESS
This pull request looks good
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/44#issuecomment-31199557
> +
> +messageApi.deleteByClaim(message.getId(),
> message.getClaimId().get());
> + }
> + }
> +
> + private Properties loadStringProperties(String body) {
> + Properties properties = new Properties();
> +
> + try {
> +properties.load(new St
> + private final MessageApi messageApi;
> +
> + protected Producer(String producerName) {
> + this.producerName = producerName;
> + messageApi = marconiApi.getMessageApiForZoneAndClientAndQueue(ZONE,
> PRODUCER_ID, NAME);
> + }
> +
> + public void run() {
> +
> +import static
> org.jclouds.examples.rackspace.cloudqueues.Constants.NUM_THREADS;
> +import static
> org.jclouds.examples.rackspace.cloudqueues.Constants.PRODUCER_ID;
> +import static
> org.jclouds.examples.rackspace.cloudqueues.Constants.PRODUCER_NAME;
> +import static org.jclouds.examples.r
> + // To use the Rackspace Cloud (UK) set the system property or default
> value to "rackspace-cloudqueues-uk"
> + public static final String PROVIDER = System.getProperty("provider.cbs",
> "rackspace-cloudqueues-us");
> + public static final String ZONE = System.getProperty("zone", "IAD")
> @@ -71,6 +71,11 @@ The [clouddatabases
> package](https://github.com/jclouds/jclouds-examples/tree/ma
>*
> [TestDatabase.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/TestDatabase.java)
> - An example of
> @@ -71,6 +71,11 @@ The [clouddatabases
> package](https://github.com/jclouds/jclouds-examples/tree/ma
>*
> [TestDatabase.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/TestDatabase.java)
> - An example of
+0, due to vote prematurely closing. The failures against Amazon EC2
concern me and some compute contributor should investigate. Across the
board blobstores tested cleanly although when running integration tests
I encountered symptoms of JCLOUDS-305 against Amazon S3 and JCLOUDS-342
against Rack
Anyone up for writing a blog about 1.7.0? Main things would be
de-async (and future plans around that) and ApiConext/buildApi, I
guess? As well as graduation of some projects from labs?
ap
Merry Christmas and happy new year!
On Wed, Dec 25, 2013 at 1:28 AM, Ignasi Barrera wrote:
> Merry Christmas everyone!
> El 24/12/2013 20:33, "Andrew Phillips" escribió:
>
>> Happy holidays and a good 2014 everyone!!
>>
>> ap
>>
Merry Christmas everyone!
El 24/12/2013 20:33, "Andrew Phillips" escribió:
> Happy holidays and a good 2014 everyone!!
>
> ap
>
22 matches
Mail list logo