b79db8ed66
When an AMQP message is sent over a cluster bridge it is embedded into a Core message. If the size of the AMQP message is barely beneath the minLargeMessageSize then the Core message in which the AMQP message is embedded will become a large message. The on the bridge target when the embedded AMQP message is extracted from the large Core message it will not be considered "large." In this situation the file for the large Core message will leak. Thanks to Erwin Dondorp for the test. I renamed and refactored it a bit, but the fundamentals came from Erwin. |
||
---|---|---|
.. | ||
src | ||
pom.xml |