Skip to content

Add Support for DLX

Compare
Choose a tag to compare
@johannessteu johannessteu released this 19 Jul 10:14
· 15 commits to master since this release
74503b0

This release supports DLX. Read more about it here:
https://www.rabbitmq.com/dlx.html

This release also might be breaking for you as it is now possible to queue a message with an empty routing key. Before there was a fallback to the queue name.

Kudos to @nlx-lars for the implementation!