I have a custom endpoint that does some business logic to JMS messages before handing over messages. I've been trying to get Camel to automatically route InOut messages back to the producer here, but I'm not having much luck.
I assume I need to set a property on the exchange to tell camel where to route the reply ? Any pointers ? /J