Re: Need help to fix "javax.jms.MessageNotReadableException: Message body is write-only"

2019-09-02 Thread Robbie Gemmell
Unlike the other message types, BytesMessage and StreamMessage instances can be write-only at a given point, and are upon creation for send, so I think you need to call reset() if you want to read them in this case: https://docs.oracle.com/javaee/7/api/javax/jms/BytesMessage.html

Re: Need help to fix "javax.jms.MessageNotReadableException: Message body is write-only"

2019-08-29 Thread Timothy Bish
On 8/29/19 5:04 AM, A K wrote: Hi Timothy And Team, I posted below details through web ui http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html  but latest comment and new topic is not reflecting on UI. I think, there is some issue on UI. ### We are having one issue, so

Need help to fix "javax.jms.MessageNotReadableException: Message body is write-only"

2019-08-29 Thread A K
Hi Timothy And Team, I posted below details through web ui http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html but latest comment and new topic is not reflecting on UI. I think, there is some issue on UI. ### We are having one issue, so need your to help to fix this issue.