In Spring AMQP versions 2.2.0 - 2.2.19 and 2.3.0 - 2.3.11, 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
| Software | From | Fixed in |
|---|---|---|
| vmware / spring_advanced_message_queuing_protocol | 2.2.0 | 2.2.19 |
| vmware / spring_advanced_message_queuing_protocol | 2.3.0 | 2.3.11 |
org.springframework.amqp / spring-amqp
|
2.2.0 | 2.2.19 |
org.springframework.amqp / spring-amqp
|
2.3.0 | 2.3.11 |