Multiple MQ Servers in one SS app

Is it possible to process messages from multiple MQ Servers in one SS app instance?

We are currently using Azure Service Bus MQ - mainly as a way to bridge the Cloud and on-prem network boundaries for certain use-cases (webhook handlers mainly).

However internally we’d like to use Background MQ for background jobs, as some data should not leave the internal network.

There can only be a single IMessageService registered per AppHost which is what PublishMessage gets delegated to, haven’t tried, trying to run Background MQ independent from IMessageService which may also work since it’s all in memory, but was never been considered to.

1 Like