in message_flow/commands/consumer/command_dispatcher.py [0:0]
def initialize(self) -> None:
self._message_consumer.subscribe(
self._command_handlers.channels,
self.message_handler,
queue=self._command_handlers.queue,
)