AW: Asynchronous Send Acknowledgements

2024-06-05 Thread s.goetz
again and kind regards. Keep up the good work! Sebastian -Ursprüngliche Nachricht- Von: Justin Bertram Gesendet: Mittwoch, 5. Juni 2024 22:44 An: users@activemq.apache.org Betreff: Re: Asynchronous Send Acknowledgements I believe the answer to your question is in the relevant JavaDoc

Re: Asynchronous Send Acknowledgements

2024-06-05 Thread Justin Bertram
ssage-detection [3] https://activemq.apache.org/components/artemis/documentation/latest/core-bridges.html#core-bridges On Wed, Jun 5, 2024 at 2:33 AM wrote: > I have a question concerning Asynchronous Send Acknowledgements. > > As I have understood this feature, it basically does not wait for

Re: Asynchronous Send Acknowledgements

2024-06-05 Thread Matt Pavlovich
-side app to happen once per message. If you commit every 100 (or best for your messages size) you will see very fast throughput. Thanks, Matt Pavlovich > On Jun 5, 2024, at 2:33 AM, s.go...@inform-technology.de wrote: > > I have a question concerning Asynchronous Send Acknowledgements.

Asynchronous Send Acknowledgements

2024-06-05 Thread s.goetz
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