Github user cshannon commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1853#discussion_r166346352
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PagedReferenceImpl.java
---
@@ -53,6 +53,8 @@
private Object protocolData;
+ private Long messageSize;
--- End diff --
Yep, I'll set this to -1 to mean not set.---
