Hello.
I've observed that some JMS headers are not updated after a message is sent.
For example, using this statement :
<toD
uri="jms:{{my.queue.prefix}}.${headers.entity}.{{my.queue.suffix}}?connectionFactory=#myJMS"
/
I expected to have the header "JMSDestination" set on the Camel
message with the destination, but instead of that I still have the
input JMS message's queue name.
The same with the header "JMSMessageID" that seems not to be updated.
Is it normal behavior of the JMS component ?
I use Camel 3.21.3 and ActiveMQ 5.18.3.
Thanks for your help.