Re: Camel JMS component / Dynamic destination on consumer

2024-04-17 Thread Ephemeris Lappis
Hello Claus. Indeed, this is a perfect way to get the dynamic queue name : {{sys:XXX}}. Thanks a lot ! Regards. Le mer. 17 avr. 2024 à 17:04, Claus Ibsen a écrit : > > Hi > > You can use {{ }} syntax that can refer to JVM sys properties also. > > The toD example you have is using simple langua

Re: Camel JMS component / Dynamic destination on consumer

2024-04-17 Thread Claus Ibsen
Hi You can use {{ }} syntax that can refer to JVM sys properties also. The toD example you have is using simple language and its not the same as {{ }} but they can both use sys/env variables etc. On Wed, Apr 17, 2024 at 4:36 PM Ephemeris Lappis wrote: > Hello. > > I'm looking for some way to