azureservicebus - Azure Service Bus: High Availability -


i'm building hybrid-cloud solution needs write messages queue later processing. absolutely imperative queue highly available (99.999% uptime).

my options read/write messages local zeromq high availability pair, or azure service bus. prefer go azure service bus route, can't find documentation regarding high availability configuration azure service bus.

has had success setting azure service bus high availability? understand sla single instance of azure service cannot changed. i'm thinking more along lines of failover capabilities of azure web apps.

you can find sla azure service bus here: legal/sla/service-bus/v1_0/

for service bus relays, guarantee @ least 99.9% of time, configured applications able establish connection deployed relay. service bus queues , topics, guarantee @ least 99.9% of time, configured applications able send or receive messages or perform other operations on deployed queue or topic. service bus basic , standard notification hub tiers, guarantee @ least 99.9% of time, configured applications able send notifications or perform registration management operations respect notification hub. event hubs basic , standard tiers, guarantee @ least 99.9% of time, configured applications able send or receive messages or perform other operations on event hub.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -