v12.0.0
What's Changed
Quorum queue by @muphblu and @Draktolli in #25
- all queues now are
quorum
type by default (previouslyclassic
) - exclusive, auto-delete or non-durable queue will throw exception during creation
- if queue's name not changed then exception will be thrown(due to queue type changed)
How to use:
- Update libs
- Change names for queues where loosing messages is critical
- For exclusive, auto-delete or non-durable queues change value to the opposite or specify
QueueType: classic
. - release/deploy. Expect exceptions if you didn't changed names at step 2(they).
- Drop old queues after release. Exceptions should be gone by now.
Full Changelog: v11.0.0...v12.0.0