-
Bug
-
Resolution: Done
-
Major
-
6.1.1
-
None
-
None
We have a case where we see the following messages in a log file:
2016-11-08 11:10:11,586 | INFO | 37107512-1523313 | KahaDBStore | ctivemq.store.kahadb.KahaDBStore 287 | 121 - org.apache.activemq.activemq-osgi - 5.9.0.redhat-611458 | Stopped KahaDB
In this scenario the broker continued to run. In the attached test case, as long as no records were written to the store before the stop, processing seems to continue as normal. If you write records and then stop the store midstream, the consumer/producers either hang or the broker falls over.
It is unclear how this was invoked and why the broker did not shutdown.