Link from 4.1.0 release notes to blog post

(cherry picked from commit ac49cc638c)
This commit is contained in:
David Ansari 2025-04-07 10:31:35 +02:00
parent de27b159af
commit 9ddda21b68
1 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,10 @@ on queue delivery rate to consumers, and improved CPU core utilization by each q
### Initial Support for AMQP 1.0 Filter Expressions
Support for the `properties` and `appliation-properties` filters of [AMQP Filter Expressions Version 1.0 Working Draft 09](https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=66227).
Support for the `properties` and `application-properties` filters of [AMQP Filter Expressions Version 1.0 Working Draft 09](https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=66227).
As described in the [AMQP 1.0 Filter Expressions](https://www.rabbitmq.com/blog/2024/12/13/amqp-filter-expressions) blog post,
this feature enables multiple concurrent clients each consuming only a subset of messages from a stream while maintaining message order.
### Feature Flags Quality of Life Improvements