Skip to content

Commit e3cd827

Browse files
4.3.0 release notes: add an example
There's likely a reasonable number of environments that use non-exclusive transient queues, so let's explicitly provide an example that allows `deprecated_features.permit.transient_nonexcl_queues` (cherry picked from commit ed96d65)
1 parent aefc09f commit e3cd827

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

release-notes/4.3.0.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,17 @@ by default and require the user to opt-in in order to use them.
2727

2828
This includes [non-durable (transient) non-exclusive](https://www.rabbitmq.com/docs/queues) queues:
2929
attempts to declare a queue with such property combination will be rejected by default.
30-
3130
Use durable queues or transient exclusive queues instead.
3231

32+
To explicitly allow transient non-exclusive queues, add the following
33+
line to `rabbitmq.conf`:
34+
35+
```ini
36+
# Enables deprecated non-durable (transient) non-exclusive queues
37+
# (disabled by default as of RabbitMQ `4.3.0`, will be removed in a later version)
38+
deprecated_features.permit.transient_nonexcl_queues = true
39+
```
40+
3341
### Classic Queues v1 Storage (CQv1) is Removed
3442

3543
This release removes the original classic queue storage implementation these days
@@ -436,7 +444,7 @@ compared to other versions.
436444
GitHub issue: [#15730](https://github.com/rabbitmq/rabbitmq-server/pull/15730)
437445

438446
* The deprecated, unused `GET /api/auth` endpoint was removed.
439-
447+
440448
It has been out of use since 3.11 but never removed.
441449

442450
GitHub issue: [#16083](https://github.com/rabbitmq/rabbitmq-server/pull/16083)

0 commit comments

Comments
 (0)