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.
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 2.2.1 to 3.3.0. Commits 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0 f186993 [MSOURCES-135] Cleanup project code 021af55 [MSOURCES-134] Refresh download page b11a457 Use shared GitHub actions v3 7caf2b0 [MSOURCES-133]...
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.1.0. Commits 699e2ad [maven-release-plugin] prepare release maven-gpg-plugin-3.1.0 f314f8e [MGPG-97] use gpgverify plugin to check dependencies signatures bad6b57 [MGPG-96] add INFO message 0498a82 [MGPG-95] don't GPG-sign...
I have setup 2 java components. The first with an AmazonSQSRequester to invoke the sendMessageAndGetResponse method. The seconds component with an SQSMessageConsumer and AmazonSQSResponder to invoke the sendResponseMessage method. I...