-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.Alpha
-
None
-
False
-
False
-
-
-
-
-
-
Rejected
-
In the following scenario:
- Start server with auto create queues enabled and auto remove queue enabled
- Try to send message and receive message to a queue which does not exist in the server
- Check that queue was removed when consumer finished
The queue is not removed when consumer finished
This is the relevant configuration (find the complete standalone-full-ha.xml attached):
<address-setting name="#" dead-letter-address="jms.queue.DLQ" expiry-address="jms.queue.ExpiryQueue" redelivery-delay="0" max-delivery-attempts="10" max-size-bytes="10485760" page-size-bytes="2097152" address-full-policy="PAGE" last-value-queue="false" redistribution-delay="1000" auto-create-queues="true" auto-delete-queues="true"/>
- is related to
-
WFLY-15926 Add an attribute to be able to define the address_queue_scan period
- Closed