Files
school-of-sre/courses/level101/messagequeue/further_reading.md
Dick Tang c63e90212d 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
2023-10-03 09:26:46 +05:30

24 lines
1.3 KiB
Markdown

# 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)