> +    * </p>
> +    * The age given for a claim is relative to the server's clock. The 
> claim's age is useful for determining how
> +    * quickly messages are getting processed and whether a given message's 
> claim is about to expire.
> +    * </p>
> +    * When a claim expires, it is released. If the original worker failed to 
> process the message, another client worker
> +    * can then claim the message.
> +    * </p>
> +    * Note that claim creation is best-effort, meaning the worker may claim 
> and return less than the requested number
> +    * of messages.
> +    * </p>
> +    * To deal with workers that have stopped responding (for up to 1209600 
> seconds or 14 days, including claim
> +    * lifetime), the server extends the lifetime of claimed messages to be 
> at least as long as the lifetime of the
> +    * claim itself, plus the specified grace period. If a claimed message 
> would normally live longer than the grace
> +    * period, its expiration is not adjusted.
> +    *
> +    * @param ttl   The ttl attribute specifies how long the server waits 
> before releasing the claim. The ttl value

Fixed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/60/files#r8347022

Reply via email to