Sorry,
a lot of fuzz now but can someone please evaulate the following:

Can we add a finally in channelRead in MQTTProtocolHandler.java to do:

finally {
  if ((msg instanceof ByteBufHolder)) {
      ((ByteBufHolder) msg).release();
  }
}

This solves my problem.

/hw



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/artemis-2-1-0-logging-disaster-tp4726922p4727547.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to