Skip to content

Commit e931e42

Browse files
authored
Add explanations to Policy Priorities
Added additional explanation to Policy Priorities: "Higher values indicate higher priority (e.g. a policy with priority 10 will overrule a policy with priority 8)."
1 parent da70b3a commit e931e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.0/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ a policy. If not explicitly provided, the priority of 0 will be used.
354354
:::important
355355
**At most one policy matches** a queue or exchange. Matching policies are then sorted by priority
356356
and the one with the highest priority will take
357-
effect.
357+
effect. Higher values indicate higher priority (e.g. a policy with priority 10 will overrule a policy with priority 8).
358358
:::
359359

360360
:::danger

0 commit comments

Comments
 (0)