Skip to content

Version 1.0.5 of the Amazon SQS Java Messaging Library

Compare
Choose a tag to compare
@robin-aws robin-aws released this 13 Feb 17:59
· 105 commits to master since this release
  • Add support for SQS messages with a "Type" of "Number" (PR #71)

  • Preserve the JMS Correlation ID when sending and receiving messages (PR #63)

  • Fix failure to increment messagesRequested in receive methods. In rare cases this could cause a SQSMessageConsumer with numberOfMessagesToPrefetch set to 0 to get stuck and no longer receive messages.