I have a question concerning Asynchronous Send Acknowledgements. As I have understood this feature, it basically does not wait for the message to be persisted but dispatches this to an asynchronous handler.
As I have a use-case where the ordering of the sent messages is important, I would like to know if this mode does guarantee the order of messages. In the same context another question is, what is the better choice: Asynchronous Send Acknowledgements or Transactional Sends when sending several messages at once? Kind regards Sebastian