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

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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -