Event: data that a service emits with no concern of receipt
Message: Data that a service emits and expects a confirmation of message processing
Queue: One to one between sender and receiver
Topic: one to many between sender and receiver
Event Routing Service that relies on push model
Used for near real time scenarios
Data streaming service that streams events to consumers
Capable of handling millions of events
Messaging Service on Azure supporting both Queue and Topics
Premium version of Azure Queue Storage
Messaging service on Azure supporting queues
Use Azure Storage queue for high storage requirement
Use Azure service bus for advanced features like FIFO, Duplicate detection, and using other protocols like AMQP
Last updated 2 years ago