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

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

Camel JMS component / Dynamic destination on consumer

2024-04-17 Thread Ephemeris Lappis
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 : But I don't see any way for the "from" uri... Any idea ? Thanks for your

[ANNOUNCEMENT] Apache Camel Karavan 4.5.0 Release

2024-04-17 Thread Marat Gubaidullin
Dear Apache Camel Community, We are happy to announce the release of Apache Camel Karavan! Developer Experience improvements: 1. List of Exchange Properties for EIP in Properties Panel 2. Exchange Variables and Functions docs for mostly used Expression Languages in Editor 3. During