Skip to content

Releases: awslabs/amazon-sqs-java-temporary-queues-client

Version 1.0.1 of the Amazon SQS Java Temporary Queues Client

23 Sep 20:52
Compare
Choose a tag to compare

Added a dead-letter queue for the sweeper queue, and addressed a couple of memory leaks.

Version 0.10.0 of the Amazon SQS Java Temporary Queues Client

23 Jul 22:27
Compare
Choose a tag to compare

Adding an AmazonSQSVirtualQueuesClientBuilder class, for creating and managing virtual queues more directly than is possible using the AmazonSQSTemporaryQueuesClient class.

Version 0.9.1 of the Amazon SQS Java Temporary Queues Client

24 Apr 22:12
Compare
Choose a tag to compare

Several fixes and improvements, including:

  • Make the idle queue sweeper use virtual queues for responses from distributed tasks as well (not doing this was causing a lot of background queue creates and deletes)
  • Attach the IdleQueueRetentionPeriodSeconds parameter to the host queues for response queues as well
  • Improved shutdown process on the various clients
  • Improved testing coverage

Version 0.9.0 of the Amazon SQS Java Temporary Queues Client

28 Nov 17:45
Compare
Choose a tag to compare

Initial developer preview version.