To answer my question with the read call, the pointer has moved to the end and then calling the read again its reading beyond the buffer and the IOException is thrown with end of file. The pointer ha ...
The problem im having is that outside of the method that I get the message off the queue I can not get the string with readString. It will correctly give me the length but when i try to do a readstri ...