-
Notifications
You must be signed in to change notification settings - Fork 9
What is Azure Service Bus JavaScript SDK?
Damir Dobric edited this page Jan 26, 2015
·
4 revisions
This SDK provides support for most important commonly used Azure Service Bus features for Java Script. It provides following artefacts:
- QueueClient
- Topic Client
- SubscriptionClient
- EventHubClient
- Sending of message to the queue
- Reading of messages from queue
- Sending of messages to Topic
- Sending of events to EventHub
- Reading of messages from subscription
- Abondon
- PeekLock-Read/PeekDelete-Read
- Complete
- Shared Access Token Signatures
- Custom BrokeredMessage properties
- CORS
Following common features are not supported:
- Access Control Service Authentication
- Sessions
- OnMessage pattern
- Management functionality
Copyright daenet Gmbh - Frankfurt am Main, Germany. http://daenet.de - Damir Dobric