mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 10:38:44 +00:00
Major refactoring of the AMQPMessage abstraction to resolve some issue of message corruption still present in the code and improve the API handling of message changes and re-encoding. Improves handling of decoding of message sections limiting the work to only the portions needed and ensuring the state data is always updated with what has been done. Fixes issues of corrupt state on copy of message or other changes in filters.