Skip to content

v12.0.0

Compare
Choose a tag to compare
@muphblu muphblu released this 06 May 16:09
· 8 commits to master since this release
c910de4

What's Changed

Quorum queue by @muphblu and @Draktolli in #25

  • all queues now are quorum type by default (previously classic)
  • 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:

  1. Update libs
  2. Change names for queues where loosing messages is critical
  3. For exclusive, auto-delete or non-durable queues change value to the opposite or specify QueueType: classic.
  4. release/deploy. Expect exceptions if you didn't changed names at step 2(they).
  5. Drop old queues after release. Exceptions should be gone by now.

Full Changelog: v11.0.0...v12.0.0