tabish121 commented on code in PR #2088:
URL: https://github.com/apache/activemq/pull/2088#discussion_r3375446888
##########
activemq-client/src/main/java/org/apache/activemq/command/WireFormatInfo.java:
##########
@@ -42,7 +42,7 @@ public class WireFormatInfo implements Command, MarshallAware
{
// Max number of properties allowed in the map is 64
static final int MAX_PROPERTY_SIZE = 64;
// Used to validate property values that allocate buffers, limit to 512
bytes
- static final int MAX_PROPERTY_BUFFER_SIZE = 512;
+ public static final int MAX_PROPERTY_BUFFER_SIZE = 512;
Review Comment:
Good catch I forgot that you made the default for WireFormatInfo 512 from
the original 256
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact