User-2121988648 posted
Hi,
Suppose, I have 2 microservices. I am Producing Message (Sending) to RabbitMQ from Microservice 1.
Now, in which layer should I place my Consuming related Code in Microservice 2, it uses Received Event of Consumer. What should be the code organization/folder structure for all the Consumers in entire Microservice 2.
Also, How to make it maintainable for When consuming from Multiple Microservices to Microservice 2.