-
Notifications
You must be signed in to change notification settings - Fork 9
How to use Azure Service Bus Java Script SDK?
Damir Dobric edited this page Jan 26, 2015
·
5 revisions
This repository contains basically two things:
- Java Script SDK
- Sample application
Java Script SDK consists of two files:
Version 1.2
- servicebusjssdk-1.2
- servicebusjssdk-1.2.min
Previous version 1.1 was built with:
- servicebussdk-1.0.js (renamed in v1.2)
- servicebusjssdk-1.0.min.js
Please use the first file to see full documentation of all classes and related functions.
Sample application consists of three pure HTML pages :Index, QueueSample and TopicSample. When the sample application is started the Index.html is loaded as welcome page. From there you can navigate to QueueSample and TopicSample pages. These two pages are more or less identical. The only difference is in using of different entity artefacts.
Copyright daenet Gmbh - Frankfurt am Main, Germany. http://daenet.de - Damir Dobric