If you store the message into the exchange property, camel will copy the message reference across the exchange.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Thursday, August 1, 2013 at 3:48 AM, David Karlsen wrote: > You could place a copy in a header or preferably a property. > Den 31. juli 2013 20:54 skrev "javamonkey79" <[email protected] > (mailto:[email protected])> > følgende: > > > Is there a way to store a message across exchanges? > > > > It seems like you should be able to put something in to the context, but > > I’m > > not seeing anything obvious. > > > > For now, I’m just using a bean to save off a static reference, but this > > seems sorta dirty. > > > > Thanks in advance. > > > > > > > > > > -- > > View this message in context: > > http://camel.465427.n5.nabble.com/save-message-across-exchanges-tp5736593.html > > Sent from the Camel - Users mailing list archive at Nabble.com > > (http://Nabble.com). >
