Messaging Commands & Events Explained!
In service oriented architecture (including microservices) that leverage messaging, you’re going to run into both types of messages: Commands & Events. What’s the difference between Commands & Events? When should you use a command and when should use an event? YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. What’s a Command? Commands are messages with the intent to change the state of the system. They are actions to be performed that have side effects. They may be created by an end-user… Read More »Messaging Commands & Events Explained!