Fix race condition when sending and consuming messages in the same time on the same queue
🪲 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.)