.Net Core microservice application with ABP - Distributed Event Bus - Part 9

In this post, we will see how to set up service-to-service communication. We will use rabbitmq as an event bus. Each service will have a RabbitMQ configuration and ABP comes with the inbuilt support to use the RabbitMQ for events. The packages is already available in the shared project we created in part 2 and we just have to add the configuration in the app settings and implement the events.