First things first, english is not my first language, therefore I’m sorry if I make any kind of gramatical mistakes, and please, feel free to tell me about them.
So the thing is, let’s say I have two microservices, Micro-A and Micro-B. I already know how to send events between them using rabbitMQ and the proper setup, the thing is, how can I send commands between microservices? Can I use rabbitMQ+CommandGateway for this? How should I configure it?
Thanks in advance.