Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
-
None
Description
I have regressed this while fixing ARTEMIS-1490:
https://github.com/apache/activemq-artemis/commit/9eb780cbd16df6b64f97a21a052a1faefd5b4f2b
The issue is that due to flush connection activity in the AMQP protocol manager, the close may happen while acks are still happening.
For that reason if you close a consumer too fast you may miss the queue delete.
for that reason you must recheck the counters again through an operation context async operation.
Attachments
Attachments
Issue Links
- links to