On Tue, Mar 13, 2012 at 3:04 PM, Peter Bromander <[email protected]> wrote: > Hi thanks for the quick reply. > So what you're saying is that currently the only way to correlate a JMS > reply is using msgId, corrId or the UUID? > We have a case where we would like to correlate using a JMS property e.g > myCorrId and as a said before we would like to control the value of this > property. Looking at the code it would be rather strait forward to actually > make the replyToDestinationSelectorValue configurable in the same way as > replyToDestinationSelectorName. Would you consider adding this if I supplied > a patch for it? >
You can use the standard JMSCorrelationID header for your own correlation ids. Just set a value to it beforehand. > /Peter > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JMS-replyToDestinationSelectorName-how-to-set-the-value-tp5560301p5561006.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
