Friday, 4 September 2015 09:30
50 minutes
Intermediate
English
In a distributed architecture, it's often required to spread information about a master data update to several client apps. You can do this via REST, but if a client app is temporarily down or too busy to accept requests, it's going to miss the information. Adding a new client app requires changes to the master app. Asynchronous messaging helps to avoid such a tight coupling of components. And it offers much more than a simple action trigger: Parallelizing computing-heavy tasks, load testing, or migrating existing components to new services are some of the possibilities explored in this talk. You're going to learn how to get started with asynchronous messaging, and how it helps you to keep your codebase clean and your overall system stable as well as maintainable.