> + * </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 > + * must be between 60 and 43200 seconds (12 hours). You must > include a value for this attribute in > + * your request. > + * @param grace The grace attribute specifies the message grace period in > seconds. The value of grace value must
"The grace value" or "The value of grace"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/60/files#r8318563