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 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 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 help.
> >
> > Regards.
> >
>
>
> --
> Claus Ibsen
> -
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


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 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 help.
>
> Regards.
>


-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


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 help.

Regards.


[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 installation Templates created only for the container
   management used (Docker, Kubernetes, Openshift)
   4. Automatic created ConfigMaps for build script in Kubernetes
   5. Preferred Element in Component/Kamelet/EIP Palette (more used =
   preferred)
   6. User can delete Preferred Element in Component/Kamelet/EIP Palette
   7. In Devmode Trace window contains Exchange Body, Headers, Properties
   and variables

Latest versions:

   1. Camel 4.5.0
   2. Kamelets 4.5.0
   3. Jkube 1.16.2
   4. JBang v0.116.0

Source release package:
https://dist.apache.org/repos/dist/release/camel/camel-karavan/4.5.0/

VS Code Extension
https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan

Have a great day and happy integrations!
Marat Gubaidullin