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

Reply via email to