Skip to content

Fix race condition when sending and consuming messages in the same time on the same queue

Compare
Choose a tag to compare
@ledoyen ledoyen released this 19 Nov 10:28
· 404 commits to master since this release

🪲 Bug fixes

  • fix race condition when sending and consuming messages in the same time on the same queue, causing message loss when (#23 thanks to @thorin)

🔨 Dependency upgrades

  • Upgrade to amqp-client 5.5.0
  • Upgrade for integration tests:
    • micrometer 1.1.0
    • spring-amqp 2.1.0.RELEASE
    • spring-boot 2.1.0.RELEASE
  • Various upgrade of build tools (JUnit, etc.)