aure-olli

Results 2 comments of aure-olli

For your first question, my understanding of `getmany` is that it will return as soon as there are messages fitting the conditions, no matter if `max_records` is reached or not....

This is quadratic explosion due to the fact that a batch of messages is limited in size. If you have 10000 messages waiting in parallel and can only send 100...