Azure storage queues czy azure service bus, oto jest pytanie

18

Click here to load reader

Transcript of Azure storage queues czy azure service bus, oto jest pytanie

Page 1: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Azure Storage Queues czy

Azure Service Bus?

Oto jest pytanie!

Marcin Hoppe [email protected]

Page 2: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Nadawca Kolejka Odbiorca

Page 3: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Niezawodność

Obciążenie

Coupling

Page 4: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Page 5: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Peek & LockWiadomość znika z kolejki dopiero po

przetworzeniu

Page 6: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

TransferAtomowy odbiór i wysyłanie

Page 7: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Publish/SubscribeTematy i subskrypcje

Page 8: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

DeduplikacjaIdentyfikatory wiadomości

Page 9: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

TTL i schedulingCzas życia i czas zakolejkowania

Page 10: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

SesjePrawdziwa kolejka FIFO

Page 11: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Dead-Letter QueueKolejka z błędami

Page 12: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

AMQPWspółpraca z systemami legacy

Page 13: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Storage = Azure

Hałaśliwy sąsiad

Service Bus Premium

Page 14: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Limity

Azure Storage Queues

○ Kolejka: 200 TB

○ Wiadomość: 64 kB

○ Czas życia: 7 dni

○ Liczba kolejek: ∞

Azure Service Bus

○ Kolejka: 80 GB

○ Wiadomość: 256 kB

○ Czas życia: ∞

○ Liczba kolejek: 10000

Page 15: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Cennik

Azure Storage Queues płacimy za:

⇨ operacje

⇨ miejsce na dysku

Azure Service Bus płacimy za:

⇨ operacje

Page 16: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Azure Storage Queues

⇒ Proste

⇒ Tanie

⇒ Niezawodne

Page 17: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Azure Service Bus

⇒ Zaawansowane

⇒ Integracja

Page 18: Azure storage queues czy azure service bus, oto jest pytanie

@marcin_hoppe

Making communications across boundaries

simple with Azure Service Bus

http://go.particular.net/GDN17a

Making communications across boundaries

simple with NServiceBus

http://go.particular.net/GDN17b