Skip to content

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:

  1. Java Script SDK
  2. Sample application

Java Script SDK

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

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.

Clone this wiki locally