<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>Assuming nodes A and B publish messages to exchange X with one queue Q that has one consumer C, is it possible to guarantee ordering of messages from A and B to C, assuming A and B have a side channel over which they can coordinate their actions but can't communicate with C directly? If they were able to communicate with C directly, the problem would be trivial, since B could ask C "Have you received a message from A?" and only publish if the answer is yes.</div><div><br></div><div>Without being able to communicate with C, is it e.g. enough for A to do a transactional publish with mandatory flag, wait for commit-ok and only then give B signal that would allow B to do its publish? Will guarantee that the message from A will arrive to C before the message from B? It seems to me that AMQP 0-9-1 does not guarantee this (essentially allowing each incoming channel to have its own FIFO queue from with an outgoing channel would pull messages in undefined order). Does RabbitMQ offer stronger guarantees here?</div><div><br></div><div><br></div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></body></html>