Class QueueAttributesResolver

java.lang.Object
io.awspring.cloud.sqs.QueueAttributesResolver

public class QueueAttributesResolver extends Object
Resolves QueueAttributes for the specified queue. Fetchs the queue url for a queue name, unless a url is specified as name. If such queue is not found, either creates the queue or fails according to the specified QueueNotFoundStrategy. After the url is resolved, retrieves the queue attributes specified in the QueueAttributeName collection.
Since:
3.0
Author:
Tomaz Fernandes, Agim Emruli, Adrian Stoelken
See Also: