Re: Camel Route causes Serializable class not available to broker

2010-01-29 Thread SeanOD
Willem - thanks for the reply, Currently we are using the camel 2.0.0 libraries that came bundled with ActiveMQ 5.3 bundle. I have put my message classes in the classpath of ActiveMQ and my routes now work - but I am hoping not to be bound by this dependency. Previously using ActiveMQ 5.2 bundle

Camel Route causes Serializable class not available to broker

2010-01-28 Thread SeanOD
Moving an application from ActiveMQ 5.2 to ActiveMQ 5.3, I am experiencing some difficulties with a camel route. The route will only work now if I add the JMS object message classes to the classpath of ActiveMQ. The route was defined for the sole purpose of delaying the re-delivery a message bac