Currently Pegasus Monitord is using an old version/library of the AMQP protocol to communicate (version 0.8).
In the Panorama branch we have implemented the changes and we are using the AMQP Pika client which implements AMQP 0.9.1.
Switching to the newer protocol specification allows for improved-asynchronous messaging capabilities.
https://github.com/pika/pika
https://pika.readthedocs.io/en/stable/