File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,15 @@ in the `3.11.x` release series.
146
146
147
147
GitHub issue: [ #7208 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7208 ) .
148
148
149
- * Policies can now be defined to only apply to specific queue types. For example, you can have two policies that match all queue names ('.* ')
150
- but different queue types, so that different parameters are applied to all queues of a specific type. Example usage:
151
- ```
149
+ * Policies can now be defined to only apply to specific queue types.
150
+
151
+ For example, it is now possible to have two policies matching all queue names ('.* ')
152
+ but one applicable only to one queue type, and the other only to different queue type,
153
+ without conflicts.
154
+
155
+ For example, this policy will only apply to quorum queues and not streams or classic queues:
156
+
157
+ ``` bash
152
158
rabbitmqctl set_policy at-least-once-dead-lettering " .*" ' {"dead-letter-strategy": "at-least-once"}' --apply-to quorum_queues
153
159
```
154
160
You can’t perform that action at this time.
0 commit comments