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

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -