The QueueingConsumer adds all received messages to the _queue buffer.
When messages are received faster from the channel than someone processes them and thereby removes them from the _queue the _queue will grow and eat heap memory until out of memory occurs.