3a68e456b2
Previously dev-tool has been fixed to generate correct include path in samples tsconfig.json but samples were not updated. This PR fixes the samples tsconfig.json in one run; otherwise with the recent branch protection policy changes, when individual packages re-publish samples, js-core team would have to approve the tsconfig.json changes. ***NO_CI*** |
||
---|---|---|
.. | ||
arm-servicebus | ||
perf-tests | ||
service-bus | ||
README.md | ||
ci.mgmt.yml | ||
ci.yml | ||
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 |