The issue is with Paging.. there's a LRU for last accessed messages... when the message is sending we ++... after sent... --... so the receiving part is supposed to destroy it from what I read on that doc.
On Fri, May 26, 2017 at 10:38 AM, nigro_franz <[email protected]> wrote: > I'm checking the Netty doc on ref counting to understand better this: > http://netty.io/wiki/reference-counted-objects.html#who-destroys-it > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/DISCUSS-Use-pooled-buffers-on-message-body-tp4726006p4726614.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. -- Clebert Suconic
