Skip to content

Commit c05d56f

Browse files
committed
Rename quorum queue priority "low" to "normal"
Docs for rabbitmq/rabbitmq-server#12061
1 parent 1e73c52 commit c05d56f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/quorum-queues/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,19 +309,19 @@ Quorum queue message priorities are always active and do not require a policy to
309309
As soon as a quorum queue receives a message with a priority set it will enable
310310
prioritization.
311311

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
314314
priority higher than 4 will be mapped to high.
315315

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
318318
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
320320
priority messages but high priorities are favoured at a ratio of 2:1.
321321

322322
:::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.
325325
:::
326326

327327
#### More Advanced Scenarios

0 commit comments

Comments
 (0)