Default Broker config does not shutdown when an internal persistence error
occurs.
----------------------------------------------------------------------------------
Key: AMQ-1720
URL: https://issues.apache.org/activemq/browse/AMQ-1720
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.1.0
Reporter: Hiram Chirino
Assignee: Hiram Chirino
This is due to all the other non-deamon threads running that are not part of
the broker but in the default config. For example jetty threads and camel
stuff.
We should allow the broker server to callback to a listener to that the Main
that starts it all can System.exit properly when the broker is shutdown.. that
should cause the non-daemon stuff to exit too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.