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

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -