Re: Camel JDBC or SQL component vs SpringJDBCTemplate

2020-08-12 Thread Jeremy Ross
The SQL component is backed by spring-jdbc, and I believe it uses JdbcTemplate extensively under the hood. I haven't compared performance of SQL vs JDBC components, but a further benefit of the SQL component is that it can be used in Camel's transaction support. On Fri, Aug 7, 2020 at 10:56 PM

Re: Access Endpoint from Exchange

2020-08-12 Thread Claus Ibsen
Hi Yeah you can find details as exchange properties with the last endpoint and failure endpoint On Tue, Aug 11, 2020 at 7:07 PM Firas Khasawneh wrote: > > Hi all, > > When sending a message to a service endpoint, in case of Exception, is there > a way to get the endpoint from Exchange? > I see

Re: Camel Rest Endpoint DSL prefix the string "null" to query parameters key

2020-08-12 Thread Claus Ibsen
Hi Thanks for reporting this, its a little bug https://issues.apache.org/jira/browse/CAMEL-15400 On Wed, Aug 12, 2020 at 11:26 AM Wai Keung Yiu Man Lung wrote: > > Hi, > > I am using version 3.4.2. > > While working with the endpoint DSL for the REST producer component, I > noticed that I could

Camel Rest Endpoint DSL prefix the string "null" to query parameters key

2020-08-12 Thread Wai Keung Yiu Man Lung
Hi, I am using version 3.4.2. While working with the endpoint DSL for the REST producer component, I noticed that I could not properly set the queryParameters. Every time I use the DSL, it will add a string prefix of "null" in front of the key. It seems the autogenerated factory produces