Yeah, camel-jms component need the message body to be Serializable. Or you need to marshal and unmarshal the POJO with JAXB or other date format.
BTW, I just committed the test into the trunk[1] [1]http://svn.apache.org/viewvc?rev=1399986&view=rev -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Thursday, October 18, 2012 at 6:05 PM, jkob wrote: > Finally I found out what is the problem. > > Some web services return POJOs that are serializable but don't implement the > Serializable interface. It seems camel is not able to do the unmarshalling > then. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Strange-problem-when-bridging-amq-to-cxf-tp5721182p5721226.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).
