Reading now chapter 7.3.1 of Camel in Action about "Sending and Receiving messages" for JMS component, it is helping me getting some clarifications...
2013/5/29 Cristiano Costantini <cristiano.costant...@gmail.com> > Hello, > > I've been prototyping my application using SEDA and I wrote routes with > endpoints using this component. > > Now I've started to make some tests using an embedded ActiveMQ and > substituting the seda: endpoints with jms: or activemq: > > Of course! I've started getting many errors as I was using custom classes > both as body and headers in camel Exchanges. > > I'm not an expert at all of JMS or ActiveMQ, but I need it to > implement Guaranteed Delivery and Durable Subscriber patterns. > > > How should I deal with serialization of classes in body and headers when > using ActiveMQ? (my classes don't implement Serializable but are annotated > with JaxB and can be marshalled/unmarshalled) > > Do you know any web resource which I can study to learn using ActiveMQ for > my needs? > > Thank you again, > Cristiano >