Development message based solutions Flashcards
When the queue size reaches a given size would you use a Storage Queue?
What size?
Over 80GB
What’s the message size limit of Service Bus?
256KB
If you needed server side logs of the messages, would you use Service Bus or Storage Queue?
Storage queue
If you wanted to ensure First in First out messages which should you use?
- Azure Service Bus
- Azure Storage Queue
Azure Service Bus
If speed is a priority would you use SQL filter or Correlation Filter?
Correlation Filter.
At what queue size should you use Storage queues over Service Bus?
80GB
If you wanted to have serverside logs would you use Storage Queues or Service Bus?
Storage Queues
If you wanted to have guaranteed first-in-first-out would you use Storage Queues or Service Bus?
Service Bus
If you wanted to have automatic duplicate detection would you use Storage Queues or Service Bus?
Service Bus
What’s the max message size for a Service Bus message?
256KB
If you wanted to have “At-most-once” delivery guarantee would you use Storage Queues or Service Bus?
Service Bus
If you wanted to have a push-style API would you use Storage Queues or Service Bus?
Service Bus
Your queue will have a size over 80GB? Which one should you use? Service Bus or Storage Queue?
Storage Queue
How would you guarantee FIFO in service bus?
Use sessions.
Message sessions enable joint and ordered handling of unbounded sequences of related messages.
What is the use of the Dead Letter Queue?
Service Bus supports a dead-letter queue (DLQ) to hold messages that cannot be delivered to any receiver, or messages that cannot be processed. You can then remove messages from the DLQ and inspect them.