AMQPManager - is an internal class for use with the RabbitMQ message broker. It performs connect and re-connect, sends and receive messages from the queue.
When the AMQPManager receives the message it pushes it to the DeliveryBroker local queue.
AMQP tests that we perform:
- Send by AMQPManager and Listen -> Receive message by DeliveryBroker.