Azure Service Bus SDK - Sending ServiceBusMessage(s)

Table of contents
- The future of Azure Service Bus .NET SDK
- ServiceBusClient
- ServiceBusSender
- ServiceBusReceiver
- Safe Batching
What’s a message?
Throughout the time, the Azure Service Bus message has changed a lot.
In Track 0, it was a BrokeredMessage that included both the data and the disposition operations. One drawback that was found with that implementation was the difference with regards to the disposition operations when it came to the protocol: SBMP vs AMQP.


