Search code examples
c#azuremessagingamqpservicebus

Azure Service Bus, where are outgoing messages on my local computer?


When I send a message to the Azure Service Bus, do they first go to an outgoing queue on my computer?

When I worked with MSMQ in a different project (not Azure) I could visualize this process with QueueExplorer. Is there a way to do this with the Azure Service Bus?


Solution

  • All sends to Service Bus are remote. There is no local queue.