Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 302 Bytes

File metadata and controls

3 lines (2 loc) · 302 Bytes

MassTransit.Samples.AzureServiceBus

This project will use MassTransit to connect to an instance of Azure Service Bus, set up a topic, asubscribe to that topic, send a meesage to the topic, and consumes it on the subscription. Comments on the main.cs file explain in greater detail what is occurring.