mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 07:28:03 +00:00
Adding MQ section in level101 (#150)
* wip * wip * wip * wip * enrich MQ Key Concepts * update MQ types intro * reformat intro.md * enrich mq type * Update intro.md * Update key_concepts.md * Update key_concepts.md * Update further_reading.md * add link to mq intro * remove non MQ section
This commit is contained in:
23
courses/level101/messagequeue/further_reading.md
Normal file
23
courses/level101/messagequeue/further_reading.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Conclusion
|
||||
|
||||
We have covered basic concepts of Message Services. There is much more to learn and do. We hope this course gives you a good start and inspires you to explore further.
|
||||
|
||||
# Further reading
|
||||
|
||||
[https://sudhir.io/the-big-little-guide-to-message-queues](https://sudhir.io/the-big-little-guide-to-message-queues)
|
||||
|
||||
[Understanding message brokers: learn the mechanics of messaging though ActiveMQ and Kafka](http://www.oreilly.com/programming/free/understanding-message-brokers.csp)
|
||||
|
||||
[Video: The Myth of the Magical Messaging Fabric by Jakub Korab](https://www.youtube.com/watch?v=Ie3--CSpCGs)
|
||||
|
||||
[G. Fu, Y. Zhang and G. Yu, "A Fair Comparison of Message Queuing Systems," in IEEE Access, vol. 9, pp. 421-432, 2021, doi: 10.1109/ACCESS.2020.3046503.](https://ieeexplore.ieee.org/document/9303425) ([PDF](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9303425))
|
||||
|
||||
[Design Patterns for Cloud Native Applications: Chapter 2 Communication Patterns]()
|
||||
|
||||
[Choose between Azure messaging services - Event Grid, Event Hubs, and Service Bus](https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services)
|
||||
|
||||
[Exactly-once message delivery](https://exactly-once.github.io/posts/exactly-once-delivery/)
|
||||
|
||||
[Task Queues](https://taskqueues.com/)
|
||||
|
||||
[RabbitMQ tutorial](https://www.rabbitmq.com/getstarted.html)
|
||||
Reference in New Issue
Block a user