DenisIstomin opened a new pull request, #11178:
URL: https://github.com/apache/camel/pull/11178

   CAMEL-19777
   Fixes handling of FQQN with `.toD` endpoint:
   ```
   // DOES NOT WORK
   .setHeader("fqqn", constant("addr::q1"))
   .toD("jms:queue:${header.fqqn}");
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to