Camel JMS / Set message time to live

2023-03-31 Thread Ephemeris Lappis
Hello. I've not found any way to set messages time to live when sending to a JMS (activemq) queue. I'd like to set headers only, without changing the endpoint URI. Is it possible ? I've read (and tested it too) that if a message header is set for the JMSExpiration, it's not taken into account if

Re: Camel JMS / Set message time to live

2023-03-31 Thread Claus Ibsen
A good idea is to look at the unit tests in the camel components On Fri, Mar 31, 2023 at 6:27 PM Ephemeris Lappis wrote: > Hello. > > I've not found any way to set messages time to live when sending to a > JMS (activemq) queue. > > I'd like to set headers only, without changing the endpoint URI.