Re: Camel JMS headers not updated by producer

2024-01-17 Thread Ephemeris Lappis
done : https://issues.apache.org/jira/browse/CAMEL-20338 Le mer. 17 janv. 2024 à 08:03, Claus Ibsen a écrit : > > 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

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

Re: Camel JMS headers not updated by producer

2024-01-08 Thread Ephemeris Lappis
Hello. If it's confirmed, it means that I can't retrieve the actual resulting queue the message is sent to ? I'd need to retrieve it in some event notifiers, out of the Camel routes code, that spies all the exchanges, the same way I do for generated files retrieving the header

Re: Camel JMS headers not updated by producer

2024-01-07 Thread Jeremy Ross
I think Camel only sets those headers when a JMS message is received. https://camel.apache.org/components/4.0.x/jms-component.html#_message_format_when_receiving On Thu, Jan 4, 2024 at 5:56 AM Ephemeris Lappis wrote: > Hello. > > I've observed that some JMS headers are not updated after a

Camel JMS headers not updated by producer

2024-01-04 Thread Ephemeris Lappis
Hello. I've observed that some JMS headers are not updated after a message is sent. For example, using this statement :