I'm pleased to announce the release of ActiveMQ Artemis 2.38.0.

* Downloads:
https://activemq.apache.org/components/artemis/download/

* Complete list of updates:
https://activemq.apache.org/components/artemis/download/release-notes-2.38.0

I would like to highlight these improvements:

- WebSocket compression is now supported. This compression can be used
transparently for AMQP, STOMP, or MQTT when communication is over
WebSockets.
- The ActiveMQServerMessagePlugin now has a messageMoved() callback.
- Core bridge configuration now supports client-id which will make it much
easier to identify bridge connections on remote brokers.
- The consumer CLI command now supports consuming messages "forever."
- The authentication & authorization caches now have detailed debug logging.
- There’s been a handful of updates to broker management including:
    - The documentation has been improved with more examples for Jolokia
and a new sub-section on management method option syntax.
    - It’s now possible to pass empty "options" to the management methods
that accept them.
    - The management methods which return paged results can now return all
the results together by specifying -1 for either the page or the pageSize.
    - The management method option syntax now supports the NOT_EQUALS
operator for greater flexibility with filtering results of management
operations.
    - Configuration for diverts created via management can now be done via
JSON.

As usual it contains a handful of bug fixes, other improvements, and
dependency upgrades.

Many thanks to all those who contributed to this release!


Justin

Reply via email to