Publisher confirms define handled sucessfully as follows:<div><ul style="margin: 10px 0px; padding: 0px; color: rgb(85, 85, 85); font-family: Verdana, sans-serif; line-height: 18px;"><li style="list-style-type: none; background-image: url(http://www.rabbitmq.com/img/li.gif); margin: 0px; padding: 3px 0px 2px 10px; background-position: 1px 9px; background-repeat: no-repeat no-repeat;">an un-routable mandatory or immediate message is confirmed right after the&nbsp;<em>basic.return</em>;</li><li style="list-style-type: none; background-image: url(http://www.rabbitmq.com/img/li.gif); margin: 0px; padding: 3px 0px 2px 10px; background-position: 1px 9px; background-repeat: no-repeat no-repeat;">otherwise, a transient message is confirmed the moment it is enqueued; and,</li><li style="list-style-type: none; background-image: url(http://www.rabbitmq.com/img/li.gif); margin: 0px; padding: 3px 0px 2px 10px; background-position: 1px 9px; background-repeat: no-repeat no-repeat;">a persistent message is confirmed when it is persisted to disk or when it is consumed on every queue.</li></ul><div><font color="#555555" face="Verdana, sans-serif"><span style="line-height: 17px;"><br></span></font></div></div><div><font color="#555555" face="Verdana, sans-serif"><span style="line-height: 17px;">So my question is about the 3rd point: Is this a "whichever comes first" situation? If the message is consumed and ack'd on all queues before it gets persisted to disk then the confirmation will be sent? Or if the message is persisted to disk hasn't been ack'd then the confirm will still be sent?</span></font></div>