Skip to content

Commit ea9f7b4

Browse files
Merge pull request #7661 from rabbitmq/mergify/bp/v3.12.x/pr-7660
3.12.0 release notes edits (backport #7660)
2 parents 9b12c9c + 22e3130 commit ea9f7b4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

release-notes/3.12.0.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,15 @@ in the `3.11.x` release series.
146146

147147
GitHub issue: [#7208](https://github.com/rabbitmq/rabbitmq-server/issues/7208).
148148

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
152158
rabbitmqctl set_policy at-least-once-dead-lettering ".*" '{"dead-letter-strategy": "at-least-once"}' --apply-to quorum_queues
153159
```
154160

0 commit comments

Comments
 (0)