Package org.jclouds.sqs.config
Class SQSProperties
java.lang.Object
org.jclouds.sqs.config.SQSProperties
Configuration properties and constants used in SQS connections.
-
Field Details
-
CREATE_QUEUE_MAX_RETRIES
Integer property. When creating a queue, you can encounterAWS.SimpleQueueService.QueueDeletedRecently
, which is typically a resolvable error. default tries are 60,- See Also:
-
CREATE_QUEUE_RETRY_INTERVAL
Long property. When creating a queue, you can encounterAWS.SimpleQueueService.QueueDeletedRecently
, which is typically a resolvable error. default interval between tries is 1000 milliseconds (1 second).- See Also:
-