I saw that once and it was a deserialization problem. I fixed it by placing the same set of jar files on both sender and receiver. The issue was that ActiveMQ was swallowing a ClassNotFoundException and re-throwing it as a JMSException. I only found it by stepping through the code in a debugger.
On Sat, Dec 6, 2008 at 8:42 PM, Jordi Soucheiron <[EMAIL PROTECTED]> wrote: > Hi everyone, > I'm quite new using ActiveMQ. I've been trying to send a java object through > a queue and I get a javax.jms.JMSException: Failed to build body from bytes. > Reason: java.io.IOException: > I've found this bug (https://issues.apache.org/activemq/browse/AMQ-1588), > but I don't know if my problem is because of this bug or if I'm doing > something wrong. > Does anyone know how could I start debugging? > Thanks :) >