This diff is a part of the stack.
The private variable amqpReady in AmqpManager reflects the state of the AMQP Client connection state.
To update the state we must use only two callbacks:
This diff introduces assignments on OnReady() and removes the unneeded assignments.
Related linear task: ENG-1495