File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -349,12 +349,14 @@ of matching queues (exchanges).
349349** At most one policy matches** a queue or exchange. Since multiple policies can match a single
350350name, a mechanism is needed to resolve such policy conflicts. This mechanism is called policy priorities.
351351Every policy has a a numeric priority associated with it. This priority can be specified when declaring
352- a policy. If not explicitly provided, the priority of 0 will be used.
352+ a policy. If not explicitly provided, the priority of 0 (a very low one) will be used.
353353
354354::: important
355355** At most one policy matches** a queue or exchange. Matching policies are then sorted by priority
356- and the one with the highest priority will take
357- effect.
356+ and the one with the highest priority will take effect.
357+
358+ Higher values indicate higher priority: a policy with priority 10 will overrule a policy with priority 8,
359+ and both will overrule the default priority of 0.
358360:::
359361
360362::: danger
Original file line number Diff line number Diff line change @@ -349,12 +349,14 @@ of matching queues (exchanges).
349349** At most one policy matches** a queue or exchange. Since multiple policies can match a single
350350name, a mechanism is needed to resolve such policy conflicts. This mechanism is called policy priorities.
351351Every policy has a a numeric priority associated with it. This priority can be specified when declaring
352- a policy. If not explicitly provided, the priority of 0 will be used.
352+ a policy. If not explicitly provided, the priority of 0 (a very low one) will be used.
353353
354354::: important
355355** At most one policy matches** a queue or exchange. Matching policies are then sorted by priority
356- and the one with the highest priority will take
357- effect.
356+ and the one with the highest priority will take effect.
357+
358+ Higher values indicate higher priority: a policy with priority 10 will overrule a policy with priority 8,
359+ and both will overrule the default priority of 0.
358360:::
359361
360362::: danger
Original file line number Diff line number Diff line change @@ -349,12 +349,15 @@ of matching queues (exchanges).
349349** At most one policy matches** a queue or exchange. Since multiple policies can match a single
350350name, a mechanism is needed to resolve such policy conflicts. This mechanism is called policy priorities.
351351Every policy has a a numeric priority associated with it. This priority can be specified when declaring
352- a policy. If not explicitly provided, the priority of 0 will be used.
352+ a policy. If not explicitly provided, the priority of 0 (a very low one) will be used.
353353
354354::: important
355355** At most one policy matches** a queue or exchange. Matching policies are then sorted by priority
356356and the one with the highest priority will take
357- effect. Higher values indicate higher priority (e.g. a policy with priority 10 will overrule a policy with priority 8).
357+ effect.
358+
359+ Higher values indicate higher priority: a policy with priority 10 will overrule a policy with priority 8,
360+ and both will overrule the default priority of 0.
358361:::
359362
360363::: danger
You can’t perform that action at this time.
0 commit comments