I'm pleased to announce the release of Apache Artemis 2.50.0. * Downloads: https://artemis.apache.org/components/artemis/download/
* Complete list of updates: https://artemis.apache.org/components/artemis/download/release-notes-2.50.0 I would like to highlight these improvements: - This is our first release as Apache Artemis! To be clear, we are maintaining package & code compatibility in the near term, and publishing Maven relocations for the prior org.apache.activemq groupId, however users are encouraged to transition to the new org.apache.artemis groupId now. - The web console has been updated to 1.5.0. Changes include rebranding, usability improvements, and significant performance improvements for high-volume use-cases. - Compression for HTTP is now possible. This will benefit use-cases involving large payloads for HTTP-based management responses and/or a large number of metrics reported via HTTP (e.g. using the Prometheus metrics plugin). - Broker properties can now be used to configure JAAS. This was previously only possible via login.config. - Improvements to the management API: - Support for adding security-settings via JSON. - The AddressControl now reports whether an address is blocked via management using the BlockedViaManagement attribute. Previously it was unclear if message production to the address had been blocked via the 'block' management operation. - The QueueControl now has ability to "retry" messages in a DLQ using a filter. - The 'consumer' CLI command now supports 'subscriptionName' for JMS durable subscriber use-cases. - There are two new TLS transport options - crcOptions & ocspResponderURL. These will help with certificate management. - The new 'disk-full-policy' address-setting allows different behaviors when the broker's disk fills up instead of always blocking. - There's a new 'artemis-jakarta-client' feature for Karaf use-cases needing Jakarta compatibility. As usual it contains a handful of bug fixes and other improvements. Many thanks to all those who contributed to this release! Justin
