org.jclouds.sqs.config
Interface SQSProperties


public interface SQSProperties

Configuration properties and constants used in SQS connections.

Author:
Adrian Cole

Field Summary
static String CREATE_QUEUE_MAX_RETRIES
          Integer property.
static String CREATE_QUEUE_RETRY_INTERVAL
          Long property.
 

Field Detail

CREATE_QUEUE_MAX_RETRIES

static final String CREATE_QUEUE_MAX_RETRIES
Integer property.

When creating a queue, you can encounter AWS.SimpleQueueService.QueueDeletedRecently, which is typically a resolvable error. default tries are 60,

See Also:
Constant Field Values

CREATE_QUEUE_RETRY_INTERVAL

static final String CREATE_QUEUE_RETRY_INTERVAL
Long property.

When creating a queue, you can encounter AWS.SimpleQueueService.QueueDeletedRecently, which is typically a resolvable error. default interval between tries is 1000 milliseconds (1 second).

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.