Skip to content

How to use Azure Service Bus Java Script SDK?

Damir Dobric edited this page May 23, 2014 · 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:

  • servicebussdk-1.0.js
  • 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