Re: Help: How to set DestinationResolver (that in turn sets targetClient) in Java DSL

2020-11-02 Thread Claus Ibsen
Hi Use # syntax in URIs to refer to a bean by its id https://camel.apache.org/manual/latest/faq/how-do-i-configure-endpoints.html You can also configure the destination resolver directory on the JMS component (wq-jms) instead of each endpoint https://camel.apache.org/components/latest/jms-compone

Help: How to set DestinationResolver (that in turn sets targetClient) in Java DSL

2020-11-02 Thread Nagulapalli, Srinivas
Hi, Request help for setting JMS provider options on the Destination. I am trying to follow the workaround mentioned at : https://camel.apache.org/components/latest/jms-component.html under section: “SETTING JMS PROVIDER OPTIONS ON THE DESTINATION”< to specify “targetClient=1” using Custom Desti