AppHostMqListenerBase: AppHost with automatically registered MQ message handlers
Create [self-hosted] apphost where all request messages are automatically registered to the MQ message service,
so that all services can be accessed via MQ without the need to register every request type manually with something like "mqServer.RegisterHandler<Hello>(...)" .
It would be nice if the order of operations of the mq message handling could be further aligned to the http variant.
8
votes
