Service Bus Flashcards
Relay Service
Allows clients outside an on-prem network to connect. Service Bus exposes an endpoint that the client can connect to and proxies the data back and forth.
Temporal Decoupling
This is when messages can be sent at one time and processed at another time.
Publish-Subscribe
Messages can be broadcast to multiple receivers based on routing rules in the message entities.
Dead-lettering
Invalid or poison messages can be moved to a dead-letter queue for diagnosis.
Message Sessions & Convoys
Related messages can be grouped together in sessions and processed together.
What protocols are supported by Service Bus?
AMQP and HTTP
Rich Temporal Control
Ability to control when a message is sent (beginning of day, end of day, etc)
Message Headers
Property bag of values used for routing and filtering
Message Size Constraint
Standard tier: 256 KB
Premium: 1 MB