amazon-sqs-java-temporary-queues-client
amazon-sqs-java-temporary-queues-client copied to clipboard
An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.
Hello, We ran into a scenario where we needed to Tag the virtual queues that are being created. There should be a way to specify those Tags as part of...
I did not find any Python implementation of the `AmazonSQSTemporaryQueuesClient`. Can you help? Thank you.
@adam-aws Using amazon-sqs-java-temporary-queues-client for two way sqs communication. got this. Sometimes, `https://github.com/awslabs/amazon-sqs-java-temporary-queues-client/blob/master/src/main/java/com/amazonaws/services/sqs/util/SQSMessageConsumer.java#L120` will handle messages in SQSMessageConsumer-Thread; however, sometime ForkJoinPool.commonPool-worker will handle the messages, this will cause a `java.security.AccessControlException: access...
Hello, I want to ask a scenario about failover. Assume that client sent a message with `sendMessageAndGetResponse`. Then it crashed after 3rd action, the message processed by the server, and...
When using the requester client our Spring Boot application logs are contantly being filled with: ``` 2020-10-28 13:10:58.300 INFO 8 --- [nsumer-Thread-1] c.a.s.s.AmazonSQSIdleQueueDeletingClient : Checking all queues begining with prefix...
Provide a way to shorten the default 20 second timeout waiting for a message. Allows quick shutdown of client (e.g. in automated tests) when it is known that no more...
Greetings! I'm currently investigating how to implement an asynchronous request-response pattern using SQS/SNS, but with a few added wrinkles into the mix. When the API receives the initial request we...
I couldn't find the Ruby version of this. Is it still under development? Thank you in advance.