|
|
|
|
|
by eis
3899 days ago
|
|
Ok so you can switch between at-most-once and at-least-once guarantees. While nice to have both options in a message queue, my point still stands. Each of these have trade-offs and the way it is architectured here, in the at-least-once case you will have to either remember all the processed messages or be prepared to process a message multiple times, whatever that means in your specific use-case. |
|