Skip to content

Version 0.9.1 of the Amazon SQS Java Temporary Queues Client

Choose a tag to compare

@robin-aws robin-aws released this 24 Apr 22:12
· 62 commits to master since this release

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