Halts the QAManagerBase's reception of incoming messages.
void QAManagerBase.stop() throws QAException
QAException class Thrown if there is a problem stopping the QAManagerBase instance.
The messages are not lost. They just are not received until the manager is started again. Any calls to stop() beyond the first without an intervening QAManagerBase.start() call are ignored.