This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch Apache-Apache.NMS.AMQP-2.4.0 in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit f346d1ce229521ca6e697ff2ad947d20f2435fd8 Author: Havret <[email protected]> AuthorDate: Sun Aug 24 14:02:17 2025 +0200 Apache Apache.NMS.AMQP 2.3.0 --- src/_data/current_releases.yml | 2 +- .../nms-amqp-02-04-00-release.md | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/src/_data/current_releases.yml b/src/_data/current_releases.yml index abc4ac612..ed676309e 100644 --- a/src/_data/current_releases.yml +++ b/src/_data/current_releases.yml @@ -7,7 +7,7 @@ classic: - "6.1." - "5.19." nms_amqp: - - "2.3." + - "2.4." nms_api: - "2.2." - "1.8." diff --git a/src/_nms_amqp_releases/nms-amqp-02-04-00-release.md b/src/_nms_amqp_releases/nms-amqp-02-04-00-release.md new file mode 100644 index 000000000..509b40e63 --- /dev/null +++ b/src/_nms_amqp_releases/nms-amqp-02-04-00-release.md @@ -0,0 +1,23 @@ +--- +layout: nms_amqp_release +version: 2.4.0 +release_date: 2025-08-24 +release_notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311201&version=12356027 +title: Apache.NMS.AMQP 2.4.0 Release +# The shortDescription is used on front page news entry and news feed pages +shortDescription: New acknowledgment customization for expired messages, client-side redelivery delay, and security fix for binary serialization. +--- + +Apache NMS.AMQP {{ page.version }} was released on {{ page.release_date | date_to_string: "ordinal", "US" }}. +For details of the changes see the [release notes]({{ page.release_notes }}). + +## Highlights of this release + +### New Features + +- **Custom acknowledgment for expired messages**: Introduced an option in `IRedeliveryPolicy` to control acknowledgment behavior for expired messages ([AMQNET-846](https://issues.apache.org/jira/browse/AMQNET-846)). +- **Client-side redelivery delay**: Added support for configurable redelivery delays based on the number of redelivery attempts ([AMQNET-847](https://issues.apache.org/jira/browse/AMQNET-847)). + +### Bug Fixes + +- **Serialization security**: Fixed an issue where allow and deny lists of types for binary serialization could be circumvented ([AMQNET-849](https://issues.apache.org/jira/browse/AMQNET-849)). \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
