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?
All sends to Service Bus are remote. There is no local queue.