prb17 opened a new pull request, #4489:
URL: https://github.com/apache/activemq-artemis/pull/4489

   …Exception when deserializing message on client side
   
   When larger object types (greater than 1024 bytes), and compressed, are 
de-serialized,  UTFDataFormatException occurs on the client side.
   
   The InputStream object, `ois`, just needs to keep reading into the `buf` 
byte[] until all the bytes are ready. Currently, if the ByteSequence object, 
`contents`, is larger that 1024 bytes, the while loop will only ready a byte at 
a time instead of the intended 'as many bytes as can fit into `buf`' paradigm.


-- 
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]

Reply via email to