Reading-Notes

Class 14 Summary :

What’s the difference between a FIFO and a standard queue?

How can the server be assured a message was properly received?

What classic design pattern is best represented by event driven programming?

How do you test an event driven system?

Document the following Vocabulary Terms :

Term  
FIFO Queue FIFO (First-In-First-Out) queues are designed to enhance messaging between applications when the order of operations and events is critical, or where duplicates can’t be tolerated.
Pub/Sub enables you to create systems of event producers and consumers, called publishers and subscribers.

AWS SNS and SQS :

image1

Sources:

source1 source2 source3 source4