For publishers that have sent the confirm.select
method, a literal reading of the RabbitMQ broker documentation suggests that message confirmation responses may be received by the client in an order different from the order that the original messages were published.
Can anyone verify that this is indeed the case? Or are messages always confirmed in the same order that they were received? If message confirmations can be received in a different order, what conditions are required for this to be the case?