Skip to main content
IN PREVIEW

Public preview: Azure Service Bus for Node.js

Published date: February 12, 2019

We're pleased to announce our first preview release of a new package for using Azure Service Bus from your Node.js services. This package provides concise idioms for sending and receiving messages over the AMQP 1.0 protocol as implemented by the github.com/amqp/rhea package. Get started by running `npm install @azure/service-bus`.

Azure Service Bus is a managed message broker that offers queues for one-to-one, service-to-service communication and topics and subscriptions for pub/sub-style messaging. It provides reliable asynchronous communication between microservices without requiring management of a complex broker infrastructure.

Please share feedback and issues in the Azure JavaScript SDK issue tracker and follow our samples in JavaScript or TypeScript

  • Service Bus
  • SDK and Tools
  • Services
  • Open Source

Related Products