Hi Lahiru, There's a JIRA about this exception/issue - QPID-2902.
Does it fail for you reliably ? I wonder if there's a timing issue here since it didn't occur all the time on the CI instance. Marnie On Fri, Nov 26, 2010 at 12:14 PM, Lahiru Gunathilake <[email protected]>wrote: > Hi Devs, > > When I consume a big message with 1MB file size and pick it from Qpid > Queue, > I am getting an error like this > > avax.jms.JMSException: Could not decode string data: > java.nio.charset.MalformedInputException: Input length = 1<br> at > > org.apache.qpid.client.message.JMSTextMessage.getText(JMSTextMessage.java:150) > > After debugging the code, I feel like this happen, due to a malformed input > stream coming for the client. > > Can I increase the frame-size of the client and get this message in to a > single frame ? Is there any other solution to this error. > > Regards > Lahiru >
