Hi, I'm trying to update the test suite of ArtemisNetClient to use this version, but one of the tests starts failing on 2.19.0: *Should_delete_queue_alongside_with_auto_created_address *--> https://github.com/Havret/dotnet-activemq-artemis-client/pull/300/checks?check_run_id=3943848841
The test creates a queue using the management api and then removes it with flag autoDeleteAddress set to true. The queue is removed but the address isn't. I've looked over the release notes, but I didn't spot anything that could indicate this change of behavior. Is this a regression, or was it a deliberate change? Thanks, Havret On Mon, Oct 18, 2021 at 4:57 AM Justin Bertram <jbert...@apache.org> wrote: > I'm pleased to announce the release of ActiveMQ Artemis 2.19.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.19.0 > > I would like to highlight these improvements: > > - New ability to replay retained journal records via the management API. > - New environment/system property to set the "key" for masked passwords > when using the default codec. > - Ability to disable message-load-balancing and still allow redistribution > via the new OFF_WITH_REDISTRIBUTION type. > - MQTT session state can now be cleaned up automatically to avoid > excessive > accumulation in situations where clients don't clean up their own sessions. > - Distribute full Jakarta Messaging 3.0 client in the lib/client directory > along with a new example of how to use it in > examples/features/standard/queue-jakarta. > > As usual it contains a handful of bug fixes and other improvements. > > Many thanks for all the contributors to this release. >