-
Notifications
You must be signed in to change notification settings - Fork 9
What is Azure Service Bus JavaScript SDK?
Damir Dobric edited this page May 22, 2014
·
4 revisions
Welcome to the ServiceBusJavaScriptSdk wiki! This Java Script SDK provides support for most important commonly used Azure Service Bus features. It provides following classes:
- QueueClient
- Topic Client
- SubscriptionClient
- Sending of message to the queue
- Reading of messages from queue
- Sending of messages to Topic
- 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:
- Support for Service Bus for Windows Server
- Access Control Service Authentication
- Sessions
- OnMessage pattern
- Management functionality
Copyright daenet Gmbh - Frankfurt am Main, Germany. http://daenet.de - Damir Dobric