Process Flow - Standard vs FIFO queues
Message sent to queue
Is queue type Standard?
Yes→Message stored with best-effort order
Possible duplicates
Is queue type FIFO?
Yes→Message stored in strict order
No duplicates allowed
Error: Invalid queue type
Messages enter the queue, then depending on queue type, they are stored either with best-effort order and possible duplicates (Standard) or strict order with no duplicates (FIFO).