Re: spring xml DSL to YAML dsl

2024-01-16 Thread Claus Ibsen
Hi No this is not possible out of the box with the old way of using WAR deployments. For Spring we focus on Spring Boot as the primary runtime. If you want to do old style WAR you can implement a web context listener ( I forgot what its called ) that bootstrap your app, and there you can manually

Re: Camel JMS headers not updated by producer

2024-01-16 Thread Claus Ibsen
Hi No this is not possible out of the box with dynamic queue names. It may be desirable to enrich the message with a CamelJmsDestinationNameProduced header that includes the name. You are welcome to create a JIRA. On Mon, Jan 8, 2024 at 10:05 AM Ephemeris Lappis wrote: > Hello. > > If it's

RE: How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-16 Thread Mattern, Alex
Srikant Mantha, Here is an example of filtering on a jms topic: https://camel.apache.org/components/4.0.x/jms-component.html#_receiving_from_jms -Original Message- From: Ivan Kulaga Sent: Sunday, January 14, 2024 10:29 PM To: users@camel.apache.org Subject: [EXTERNAL SENDER:] Re: How w