Does the rabbit library support publisher confirms when using quorum queues ?
If not, is there a recommended way to achieve this with the rabbit library ?
We have switched to quorum queues recently for added resiliency but now need to implement publisher confirms for reliability. The AMQP library supports this through AMQP.Confirm but I'm unsure as to how it can be used within the rabbit library.