You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/4.2.0.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ AMQP 1.0 apps or client libraries must set the `durable` field of the header sec
17
17
Team RabbitMQ recommends client libraries to send messages as durable by default.
18
18
All AMQP 1.0 client libraries [maintained by Team RabbitMQ](https://www.rabbitmq.com/client-libraries/amqp-client-libraries) send messages as durable by default.
19
19
20
+
### `Mandatory` flag in Direct Reply-To
21
+
22
+
Starting with RabbitMQ 4.2, if an AMQP 0.9.1 Direct Reply-To responder (RPC server) publishes with the `mandatory` flag set, then `amq.rabbitmq.reply-to.*` is treated as a queue.
23
+
Whether the requester (RPC client) is still there to consume the reply is not checked at routing time.
24
+
In other words, if the responder publishes to only this queue name, then the message will be considered "routed" and RabbitMQ will therefore not send a `basic.return`.
20
25
21
26
## Release Highlights
22
27
@@ -55,6 +60,15 @@ To learn more, check out the new documentation guide on [Stream Filtering](https
0 commit comments