atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
2 stars 3 forks source link

Configure RabbitMQ with multiple queue scenario #7

Closed congwang09 closed 2 years ago

congwang09 commented 2 years ago

Currently RabbitMQ has one queue fan-out config. The message queue is closed if no message was passing through in a minute. Both sdx controller and lc send heartbeat message every 30 seconds to keep the queue open. Need to check if there's better solution because heartbeat messages get messy when multiple queues are sending and receiving heartbeat messages.