The sending system does send in a BytesMessage. The data that I read out is a Byte Message. But I seem to loose the file while I parse it for the payload.
If the file is not compressed and I read it out of the queue, I am able to get the data out of the file. If it is a compressed file, I need to de-compress it and get the content out of this. When I re ...
Need help with reading the data from the message. The application that drops the message onto the queue does so as a JMS Message, therefore there are JMS properties that are read out as RFH Headers. I ...