Hello. I'm looking for some way to set a JMS consumer on a queue whose name depends on the context (in my real case, a system property).
For a producer, the route (we use blueprint DSL) can be something like that :
<toD uri="jms:queue-${sys.XXX}?connectionFactory=#myCF" />
But I don't see any way for the "from" uri...
Any idea ?
Thanks for your help.
Regards.
