You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v6.0.0 we added a convention that if a queue is bound to exchange it becomes quorum, otherwise classic. We then realized that sometimes we want a quorum queue even if not bound to an exchange. This release lets you specify which type you want on each queue. PR: #26
Correctly handle multiple confirms. Previously the client could incorrectly state publish timeouts even though the publish was confirmed by the broker.