Lesson 47 - Channel Monitoring Pattern   
(February 4, 2019)

The Channel Monitoring Pattern of reactive architecture allows systems to be programmatically self-aware in terms of loads on message queues. This foundational pattern then allows other patterns such as the Supervisor Consumer pattern and Thread Delegate pattern to react programmatically to increase responsiveness, elasticity, and resiliency. Through demos and source code, Mark Richards shows how this pattern works using the Java API and simple messaging using RabbitMQ. Mark also shows how to implement this pattern in JMS as well.

Reference Links:

Software Architecture Monday: https://bit.ly/3dadEe3
Fundamentals of Software Architecture: https://amzn.to/3rgFLjY
Software Architecture: The Hard Parts: https://amzn.to/3BjMMF2

Back To Lessons     Next Lesson


 

©1998-2024 DeveloperToArchitect