Another case of javax.jms.JMSException: java.io.EOFException

2010-07-28 Thread lilyevsky
I have seen on this forum other users complain about javax.jms.JMSException: java.io.EOFException happening in the receiver, but it seems that my case is in the different context. I am using ActiveMQ 5.3.2. Please look at my exception log below. The exception happens when I attempt an innocent

Re: Another case of javax.jms.JMSException: java.io.EOFException

2010-07-28 Thread lilyevsky
is read-only anyway. Gary Tully wrote: Is there any possible concurrent access to that message? On 28 July 2010 17:34, lilyevsky lilyev...@mooncapital.com wrote: I have seen on this forum other users complain about javax.jms.JMSException: java.io.EOFException happening in the receiver

Re: Another case of javax.jms.JMSException: java.io.EOFException

2010-07-28 Thread lilyevsky
) at org.apache.activemq.command.Message.unmarsallProperties(Message.java:189) at org.apache.activemq.command.Message.getProperties(Message.java:162) at org.apache.activemq.command.ActiveMQMessage.propertyExists(ActiveMQMessage.java:272) ... 2 common frames omitted lilyevsky wrote