The QAManagerBase does not need to be started if there are no message listeners set, that is, if messages are received with
the getMessage methods. It is not recommended to use the getMessage methods as well as message listeners for receiving messages.
Use one or the other of the asynchronous (message listener) or synchronous (getMessage) models.
Any calls to start beyond the first without an intervening QAManagerBase::stop() call are ignored.