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
Post a Comment