CVE-2021-22095: Spring-AMQP Remote Denial of Service - Out of Memory Error with a Large Message Body
The Spring AMQP Message object, in its toString() method, will create a new String object from the message body, regardless of its size.
This can cause an OOM Error with a large message body.