How to use Azure service bus topics & Subscriptions to load balance messages -


in reading many msdn pages azure service bus, alludes ability set "load balancing" pattern "topic/subscription" model, never says how done.

my question is, possible. essentially, looking create topics have possible n number of subscribers dynamically ramped , down, based upon incoming load. so, not using traditional "multicast" pattern round robining messages subscribers. reason want use pattern want take advantage of rules , filtering reside in topics , subscriptions, while allowing dynamic scaling.

any ideas?


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -