Azure Service Bus Modules for JavaScript

Azure Service Bus is an asynchronous messaging cloud platform that enables you to send data between decoupled systems.

Learn more about Azure Service Bus.

Management package

Use npm to install the Azure Service Bus module for JavaScript

npm install @azure/arm-servicebus

See the documentation for this package here.

Examples for using this module in Node.js as well as browser applications can be found in the README for the module

Client package

Use npm to install the Azure Service Bus module for JavaScript

npm install @azure/service-bus

See the documentation for this package here.

For more code samples that use the @azure/service-bus package, explore the JavaScript samples.