Amazon Sqs Java Temporary Queues Client Versions Save

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.

v2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/amazon-sqs-java-temporary-queues-client/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

Upgrade aws sdk to v2

Changes include the following PRs: #76

v1.2.4

2 years ago

Changes include the following PRs: #74

v1.2.3

2 years ago

Changes include the following PR: #70

v1.2.2

2 years ago

v1.2.1

3 years ago

Changes include:

  • Improve handling of missing message attribute
  • Fix IdleQueueSweeper with incorrect log classname

v1.2.0

3 years ago

Changes include:

  • Reduce TPS to tagging actions
  • Added heartbeat tag in CreateQueueRequest in AmazonSQSIdleQueueDeletingClient createQueue
  • Added Versioning policy

v1.1.0

3 years ago

Several fixes and improvements, including:

  • Allow configuration of IdleQueueRetentionPeriodSeconds on temporary queue client
  • Removed Max Idle Queue Retention Period
  • Allow configuration of IdleQueueHeartbeatInterval
  • Added heartbeating during receive on virtual queues
  • Fixed typos in SQSScheduledExecutorService delay math

v1.0.2

4 years ago

Whitelisted most queue attributes for temporary queues. This supports setting a Policy on temporary queues to allow SendMessage from responding principals, for example, or setting a tighter MessageRetentionPeriod.