On Tue, Mar 13, 2012 at 9:27 AM, Peter Bromander <[email protected]> wrote: > Hi > > I'm implementing a request reply over JMS using the > replyToDestinationSelectorName to correlate the respons. Now I would like to > controll the actual value set on the correlation property. i.e something > like "replyToDestinationSelectorValue". Is there a way to do this? > Looking at the code it seems that the value is always set to a random hex by > camel. >
Yes the replyToDestinationSelectorValue is the name of the JMS property key to use for the JMS selector that picks the correlated reply messages. The value is auto generated UUID and you cannot control this. > Regards /Peter > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JMS-replyToDestinationSelectorName-how-to-set-the-value-tp5560301p5560301.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/
