so, what i used to do with lingo is pretty simple:

when a remote invocation is about to be sent from the client, lingo would
invoke a marshaller to add some stuff to the message properties of the
invocation. when this invocation arrives to the server, lingo would invoke
some other marshaller to extract the information from the invocation message
(and do some control stuff).

is it possible to do so with Camel? the routing allows to set up a chain of
processors, but is it possible to distinguish on which end of the route they
are executed?
-- 
View this message in context: 
http://www.nabble.com/message-marshalling-on-both-ends-on-the-route-%28JMS%29-tp17364219s22882p17364219.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to