I am pleased to announce the release of ActiveMQ Artemis 2.31.0
Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.31.0 I would like to highlights some of the improvements: * Improvements on the Artemis CLI: - https://activemq.apache.org/components/artemis/documentation/latest/using-cli.html#command-line-interface * Introduced a new feature, Artemis shell, as part of 2.31.0. When you run ./artemis shell, a new terminal screen will help you navigate through the CLI commands. * The shell terminal will also be presented when you run ./artemis. * You can use bash auto-complete. Run ./artemis auto-complete to generate a bash script that provides auto-complete information for your bash shell. * Added a CLI cluster verification tool to help you monitor your broker topologies. Type ./artemis check cluster to access this functionality. * You can now use ./artemis queue stat to verify the message counts on the entire cluster topology when clustering is in use. AMQP Federation: * Added AMQP Federation support to broker connections. * MQTT Session State Persistence: * Paging JDBC Persistence performance was improved significantly * The documentation was converted to Ascii Doc. * Many other bug fixes and improvements, as usual.