mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-11 12:35:47 +00:00
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.
Welcome to Apache ActiveMQ Artemis
ActiveMQ Artemis is the next generation message broker from Apache ActiveMQ.
Getting Started
See the User Manual for an in-depth explanation of all aspects of broker configuration and behavior.
The ActiveMQ Artemis Examples repository contains over 90 examples demonstrating many of the client and broker features.
How to Build, etc.
See the Hacking Guide for details about modifying the code, building the project, running tests, IDE integration, etc.
Migrate from ActiveMQ Classic
See the Migration Guide for information about the architectural and configuration differences between ActiveMQ Classic and ActiveMQ Artemis.
Report an Issue
See our website for details on how to report an bug, request a feature, etc.
Languages
Java
98.2%
JavaScript
0.8%
Groovy
0.5%
Shell
0.3%
CSS
0.1%