Reader small image

You're reading from  Hands-On Azure for Developers

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789340624
Edition1st Edition
Tools
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Chapter 14: Enterprise Integration – Azure Service Bus

  1. In queue, once a message is read, it will not be sent to another reader. A topic allows you to implement multiple readers that are focused on the same set of messages.
  2. No, you have to use at least the Standard tier to use topics.
  3. Dead letter queue is used to avoid blocking your queue by an invalid message.
  4. In Azure Service Bus, sessions are used to ensure the FIFO message processing.
  5. The maximum size of a queue with partitioning is 80 GBs.
  6. In the active replication, you are sending a message to both namespaces. In the passive model, you send a message to the secondary namespace, but only if it can be delivered to the primary one.
  7. You have to define the primary and secondary regions, pair them, and define a trigger for failover.
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Azure for Developers
Published in: Nov 2018Publisher: PacktISBN-13: 9781789340624

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód