Description
When the broker is starting and exception happens during persistence adapter startup (or its locker) an IOExceptionHandler will be called. This can lead to inconsistent state where the handler will stop the connector and launch a thread to check adapter, while the broker has been stopped due to startup error.
The solution to this would be to allow handler only to work when the broker is fully stared.