amazon-sqs-java-temporary-queues-client icon indicating copy to clipboard operation
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.

Results 33 amazon-sqs-java-temporary-queues-client issues
Sort by recently updated
recently updated
newest added

Hi, I did not find any Golang implementation for this. Can you help? Thank you in advance.

enhancement

Are there any plans to provide a .net implement of this library?

Hi, Do we have a NodeJs library for supporting temporary queues functionality.

enhancement

Is it correct that a virtual queue cannot subscribe to SNS topic?

Please upgrade the jackson dependencies. Dependencies (13) Dependency: MAVEN - commons-codec:commons-codec:1.11:jar Dependency: MAVEN - commons-logging:commons-logging:1.1.3:jar Dependency: MAVEN - software.amazon.ion:ion-java:1.0.2:jar Dependency: MAVEN - com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.7:jar Dependency: MAVEN - joda-time:joda-time:2.8.1:jar Dependency: MAVEN -...

We have implemented a maven library, in order to manage all the Amazon services, and a requestor-responder pattern implemented, where the requestor, is a Grails application, and responder is a...

Hi `SQSMessageConsumer` has a tight loop in `poll()`, summarised as: ``` for (;;) { try { // receive a message } catch (Exception e) { exceptionHandler.accept(e); } } ``` When...

This looks like a very interesting project, one that would replace some custom code we have where we create actual SQS queues for each requester (so as to send the...

Issue: #62 Description of changes: Allow custom tags on virtual queues when using `AmazonSQSRequesterClientBuilder` or `AmazonSQSTemporaryQueuesClientBuilder` By submitting this pull request, I confirm that my contribution is made under the...