Hi, I have a question about the ordering of messages in Hedwig when they are sent by a client using the "asyncPublish" publish method.
For instance M1, M2, M3 >From what I see, messages may be received by Hedwig in a different order: M2, M1, M3 Therefore delivered to subscriber in this order: M2, M1, M3 I was wondering whether this was the expected behaviour? Thanks in advance! Matthieu (Note that I can still ensure that ordering by using the synchronous "publish" method (but losing some throughput in that case).)
