View on GitHub

401-reading-notes

CLASS 14

Event Driven Architecture

REVIEW, RESEARCH AND DISCUSS

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?

TERMS:

FIFO queue

Pub/Sub

HOME