Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2012 As noted my biggest concern is that message refs need to be as light as humanly possible as theyâre all in memory and affects greatly the scaling. I would personally prefer the refactor if needed, than take this hit. Especially as this is only needed by someone wanting to use this in a plugin. Which means everyone else has to suffer
---