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