MAKS\AmqpAgent\Worker\ConsumerSingleton

A singleton version of the Consumer class.

Static and constant properties are accessed via object operator (`->` not `::`).

Example:
```
$consumer = ConsumerSingleton::getInstance();
```