Hello, Is it possible to read the data from a BytesMessage multiple times? After I read the data from the message the first time, the DataInputStream dataIn member ends up getting consumed and I don't see a way to reset the InputStream to allow it to be read again. After reading the data from the message, I can pass around that byte[] with the message, but that feels a little clunky.
Thanks, Paul
