BytesMessage is not readable after createion --------------------------------------------
Key: QPID-3093 URL: https://issues.apache.org/jira/browse/QPID-3093 Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.5 Reporter: Andrew Kennedy Assignee: Andrew Kennedy Fix For: 0.5 When Mule (however this could apply to any JMS application) creates an AbstractBytesMessage from a byte[] during message processing, it attempts to print the contents of the message. This cauxses a javax.jms.MessageNotReadableException to be thrown with the message"You need to call reset() to make the message readable". The issue has been fixed in the trunk code as QPID-1830 by removing the checkReadable() method from the toBodyString() and porting this fix to the 0.5 branch solves the issue. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org