@@ -309,19 +309,19 @@ Quorum queue message priorities are always active and do not require a policy to
309
309
As soon as a quorum queue receives a message with a priority set it will enable
310
310
prioritization.
311
311
312
- Quorum queues internally only support two priorities: high and low . Messages without
313
- a priority set will be mapped to low as will priorities 0 - 4. Messages with a
312
+ Quorum queues internally only support two priorities: high and normal . Messages without
313
+ a priority set will be mapped to normal as will priorities 0 - 4. Messages with a
314
314
priority higher than 4 will be mapped to high.
315
315
316
- High priority messages will be favoured over low priority messages at a ratio
317
- of 2:1, i.e. for every 2 high priority message the queue will deliver 1 low priority
316
+ High priority messages will be favoured over normal priority messages at a ratio
317
+ of 2:1, i.e. for every 2 high priority message the queue will deliver 1 normal priority
318
318
message (if available). Hence, quorum queues implement a kind of non-strict,
319
- "fair share" priority processing. This ensures progress is always made on low
319
+ "fair share" priority processing. This ensures progress is always made on normal
320
320
priority messages but high priorities are favoured at a ratio of 2:1.
321
321
322
322
::: important
323
- If a high priority message was published before a low priority one the high priority
324
- message will always be delivered first even if it is the low priorities' turn
323
+ If a high priority message was published before a normal priority one, the high priority
324
+ message will always be delivered first even if it is the normal priority's turn.
325
325
:::
326
326
327
327
#### More Advanced Scenarios
0 commit comments