Details
Description
Deleting a queue, it is revived from persistent store after a broker restart. The following steps reproduce the problem:
- Create a queue (confirmed using the REST client I/F)
- Shutdown the broker
- Startup the broker
- Confirm queue still exists via the hawtio ui (correct operation so far)
- Delete the queue
- Confirm queue removed via the hawtio ui
- Shutdown the broker
- Startup the broker
- Confirm queue was not recreated via hawtio ui (failed: queue still exists)