Re: Camel JMS headers

2024-09-14 Thread Claus Ibsen
Hi Yeah lets investigate this I created a ticket https://issues.apache.org/jira/browse/CAMEL-21219 On Thu, Sep 12, 2024 at 8:36 AM Bálint Baráth wrote: > Hello! > > I'm using camel 4.0.6 with java 17 and springboot 3.2.6. > When using camel with JMS and using a request-reply EIP, camel puts som

Re: Camel JMS headers

2024-09-14 Thread Bálint Baráth
Yes, the property gets added as 'CamelJmsDeliveryMode' and has a value of 1 or 2. But the usual JMSDeliveryMode with persistent/nonpersistent is also there, added by the camels JmsConfiguration class. I saw a comment in the code, that this property is temporary, and it removes it, when setting the