Service Bus (classic) REST

 

Microsoft Azure Service Bus supports a set of REST APIs for runtime and management (AtomPub) operations. Using REST, you can write applications in any language that supports HTTP requests, without the need for a client SDK. Service Bus is a multi-protocol service: you can send and receive messages to or from the service using REST or .NET managed API, mixing and matching clients using different protocols in a given scenario. For example, you can send a message to a queue using one protocol and consume it using a different protocol. This topic is a reference for Service Bus APIs over the REST protocol and contains the following sections:

See Also

Service Bus .NET
Event Hubs (classic) REST