Is it possible to have a fanout exchange ensure that it routes messages to each queue bound to it in the same order? For example, if Message A and Message B are sent to Queue 1 in the order A &lt; B, they will be sent to Queue 2 (and all others) in the order A &lt; B? I have a specific example where two consumers are getting the correct messages, but in a different order.<br>
- James<br>