Re: JMS - replyToDestinationSelectorName - how to set the value?

2012-03-13 Thread Peter Bromander
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 proper

JMS - replyToDestinationSelectorName - how to set the value?

2012-03-13 Thread Peter Bromander
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 s