Map<String, String> attributes = sqs.getQueueAttributes(new GetQueueAttributesRequest(<queue url>).getAttributes();
sqs.setQueueAttributes(new SetQueueAttributesRequest(<queue url>, attributes));
InvalidAttributeNameException: Status Code: 400, AWS Service: AmazonSQS, AWS Request ID: 00000000-0000-0000-0000-000000000000, AWS Error Code: InvalidAttributeName, AWS Error Message: See the SQS docs.
--
---
You received this message because you are subscribed to the Google Groups "ElasticMQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticmq+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to a topic in the Google Groups "ElasticMQ" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elasticmq/RmxP_TV1T9M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elasticmq+...@googlegroups.com.
defaultVisibilityTimeout = 0 seconds
delay = 0 seconds
receiveMessageWait = 1 seconds
messageRetentionPeriod = 60 seconds
On 13 Aug 2016, at 18:17, John Franklin <john.f...@gmail.com> wrote: