Skip to main content

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

  1. In Exchanges, add a new exchange flights.
  2. In Queues, create two queues flights and flightevents.
  3. Back in Exchanges, go to flights echange.
    1. Add a flight binding to queue flights
    2. Add a flightevent binding to queue flightevents

Local AMQP

docker run -d --name simops-broker -p 5672:5672 -p 15672:15672 --restart=always cloudamqp/lavinmq:latest