As a follow-up, if I use the built-in ActiveMQ support in Camel, it seems to
work:
from("timer://tutorial?fixedRate=true&delay=3000&period=10000")
.to("bean:bidRetriever")
.to("activemq:bidQueue");
from("activemq:bidQueue")
.to("bean:bidPersistence")
.to("log:tom-bidList");
So only when passing the message on to a ServiceMix JBI endpoint do I get
the above error. I'd still like to figure out how to make this work through
JBI if that's possible.
Thanks.
--
View this message in context:
http://www.nabble.com/POJO-services-using-Serializable-objects-as-messages-tp20311335s22882p20325085.html
Sent from the Camel - Users mailing list archive at Nabble.com.