AMQP Broker
Since the SimopsConnect project, the solution is using AMQP for messaging between components.
For now it's using LavinMQ at CloudAMQP.
Setup
The SimopsConnect requires an exchange and two queues:

LavinMQ Manager
- In Exchanges, add a new exchange
flights. - In Queues, create two queues
flightsandflightevents. - Back in Exchanges, go to
flightsechange.- Add a
flightbinding to queueflights - Add a
flighteventbinding to queueflightevents
- Add a
Local AMQP
docker run -d --name simops-broker -p 5672:5672 -p 15672:15672 --restart=always cloudamqp/lavinmq:latest