Azure Service Bus and Javascript Implementation -


i have azure service bus topic , want receive messages in realtime on web page uses pure javascript.

i tried sdk (http://developers.de/blogs/damir_dobric/archive/2015/01/26/eventhubs-support-for-azure-servicebus-javascript-sdk.aspx) when speed sending message not worked well.

i tried rest api not worked too.

exist alternative?

regards

it requires authorization request header receive messages queue or subscription via rest api. value of header a sas token or a simplewebtoken acquired acs.

about how generate shared access signature (token), can check out this link. request token acs, please refer this article.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -