Hi Could a Data Format be used to do the marshal/unmarshal?
See the wiki documentation: http://activemq.apache.org/camel/data-format.html Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: konkere [mailto:[EMAIL PROTECTED] Sent: 21. maj 2008 15:29 To: [email protected] Subject: message marshalling on both ends on the route (JMS) 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.
