Spring AMQP 3.2 RC1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the first Release Candidate for Spring AMQP 3.2 generation.
Some highlights of this release:
- The server side retry logic (manual DLX) has been improved for a new
retry-countheader to make Spring AMQP compatible with recently released RabbitMQ4.0.x. TheMessageProperties.incrementRetryCount()has to be called before re-publishing message to DLX. The previous logic based on thex-deathheader does not work anymore since RabbitMQ4.0.xignored anyx-*headers sent from the client; - More Open Telemetry semantic tags are exposed via Rabbit Listener and Template observations;
- Some bugs and internal code improvement. …