For a new application I am developing I am interested in creating a microservice that allows for events to be created (for example: New order placed) and other microservices to react to these events (for example the payment system listens to the New order event and processes the payment).
Is there any open source project that I can use to do this in a reliable way?