How does Rebus work with Azure Service Bus topics?
问题 I'm new to Rebus and Azure Service Bus and would like to understand how Rebus works with Azure Service Bus topics and queues. I've managed to successfully get Rebus to work with ASB but am a bit puzzled as to what's going on under the covers. I have an ASP.NET Core application that configures Rebus as follows: services.AddRebus(configure => configure .Logging(l => l.Serilog()) .Transport(t => { switch (messagingConfig) { case MessagingConfig.RabbitMq: t.UseRabbitMqAsOneWayClient