Hi,

I'm trying to update the test suite of ArtemisNetClient to use ActiveMQ
Artemis 2.19.0, 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?

Robbie suggested that it might be related to
https://issues.apache.org/jira/browse/ARTEMIS-3502

I tried to adjust the test:
- I set *address-queue-scan-period* to 100
- I wait up to 5 seconds until the address is removed

But the test still is failing. My broker configuration is as follows:
https://github.com/Havret/dotnet-activemq-artemis-client/blob/fc256b2a3784447fa4feadea58b62f58d1fcabfd/test/artemis/broker.xml
Is it possible that this new setting interferes with
*auto-delete-addresses *set to *false*?

Thanks,
Havret

Reply via email to