azure-sdk-for-js/sdk/servicebus
Ramya Rao a883638aeb
Add missing changelog entries for tracing and ES2017 updates (#16768)
This PR adds missing changelog entries for the times we
- updated tracing dependencies to use the GA version of OpenTelemetry
- updated to target ES2017
2021-08-04 22:11:55 +00:00
..
arm-servicebus Replace master with main in homepage links. 2021-06-22 16:09:11 -07:00
service-bus Add missing changelog entries for tracing and ES2017 updates (#16768) 2021-08-04 22:11:55 +00:00
README.md Rename hardcoded master links to use main 2021-06-22 15:51:16 -07:00
ci.yml Rename hardcoded master links to use main 2021-06-22 15:51:16 -07:00
test-resources.json

README.md

Azure Service Bus client libraries for JavaScript

Azure Service Bus is a highly-reliable cloud messaging service from Microsoft and a fully managed enterprise integration message broker.

Libraries for resource management

To manage your Azure Service Bus resources like namespaces, queues, topics, subscriptions and rules via the Azure Resource Manager, you would use the below package.

NPM Package Reference
@azure/arm-servicebus API Reference for @azure/arm-servicebus

Libraries for data access

To send and receive messages from an Azure Service Bus queue, topic or subscription, you would use the below package. This also allows to manage your Azure Service Bus resources like queues, topics, subscriptions and rules, but not the namespace itself.

NPM Package Reference Samples
@azure/service-bus API Reference for @azure/service-bus Samples for sending & receiving messages

Impressions