Github user mtaylor commented on the issue:
https://github.com/apache/activemq-artemis/pull/1722
1. Should be fine. Just add an if when you're decoding to check that
there's data on the buffer when you're decoding. If yes, try to decode the
rest, if not then set the defaults. I've done this a lot in the past with
journal records, I can't see an issue with doing on it with Packets either.
@clebertsuconic Can you see a problem with this?---
