Message Queues and Pub-Sub Systems:
Key concepts:
Introduction to Message Queuing— https://www.ibm.com/docs/en/ibm-mq/9.1?topic=overview-introduction-message-queuing Pub-Subs and Message Queues— https://www.baeldung.com/pub-sub-vs-message-queues
Video explainer for MQs and Pub-Subs— https://www.youtube.com/watch?v=DXTHb9TqJOs IBM video explainer of MQs— https://www.youtube.com/watch?v=xErwDaOc-Gs&pp=ygUOTWVzc2FnZSBxdWV1ZXM%3D
Differences in terms of some factors: https://medium.com/@osama94/pub-sub-system-vs-queues-9a5fd872f474
Real World Implementations: Queues in operating systems— https://www.youtube.com/watch?v=fzIZKFMIQnE
Experiments if we have to make a demo python broker for the presentation
- Set up a message queues with redis or rabbitmq and demonstrate how it works.