Re: Apache Camel kakfa Component making the route run continously infinitely

2017-05-30 Thread darwinanirudh
Thank you for the response. Apologies if i am wrong , the producer and consumer should have the same topic name if i am not wrong? callkafkaSuspenseProducer- This is the producer. callkafkaSuspenseConsumer - This is the consumer. regards Darwin -- View this message in context: http://camel.

Re: Apache Camel kakfa Component making the route run continously infinitely

2017-05-26 Thread darwinanirudh
Kakfa consumer and producer for the above post -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-kakfa-Component-making-the-route-run-continously-infinitely-tp5800761p5800765.html Sent from the Camel - Users mail

Apache Camel kakfa Component making the route run continously infinitely

2017-05-26 Thread darwinanirudh
Dear All, This is my route:

Re: Camel sql Component should retrieve data when the particular column is null using select query

2017-05-26 Thread darwinanirudh
Thank you for response. regards Darwin -- View this message in context: http://camel.465427.n5.nabble.com/Camel-sql-Component-should-retrieve-data-when-the-particular-column-is-null-using-select-query-tp5799613p5800760.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel sql Component should retrieve data when the particular column is null using select query

2017-05-18 Thread darwinanirudh
${body[CDR_JSON_FORM]}!= Caused by: org.apache.camel.language.simple.types.SimpleIllegalSyntaxEx

Camel sql Component should retrieve data when the particular column is null using select query

2017-05-16 Thread darwinanirudh
Dear Team , Route one : sql.RecycleHBRSelectQuery=select CDR_JSON from suspense_details where CDR_JSON is null Route two : sql.RecycleHBRSelectQuery=select CDR_JSON from suspense_details where CDR_JSON is not null I have scenario like the following field CDR_JSON is null i have perform o

Re: Unable to insert body data into table using sql component

2017-05-05 Thread darwinanirudh
Thank you Claus Ibsen . I will add processor class to do conversion and set the returning map as body. -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-insert-body-data-into-table-using-sql-component-tp5798623p5798664.html Sent from the Camel - Users mailing li

Re: Unable to insert body data into table using sql component

2017-05-04 Thread darwinanirudh
Sorry my mistake , it was M only ... Yes i tried , but it says there is no type conversion from Byte[] to Map. regards Darwin -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-insert-body-data-into-table-using-sql-component-tp5798623p5798647.html Sent from the Camel

Re: Unable to insert body data into table using sql component

2017-05-04 Thread darwinanirudh
I tried but i am getting the following error : Caused by: No type converter available to convert from type: byte[] to the required type: java.util.Map with value [B@1190966. Exchange[Message: {"callDate":"2017-12-08","callDuration":"400","callTime":"17:50:15","aNum":"1241972582","bNum":"0041

Re: Unable to insert body data into table using sql component

2017-05-04 Thread darwinanirudh
Thanks a lot for the reply. i have already used before the sql clause . Or am i wrong ? Can you please elaborate . regards Darwin -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-insert-body-data-into-table-using-sql-component-tp5798

Unable to insert body data into table using sql component

2017-05-04 Thread darwinanirudh
Dear All, I need to insert the body values into table so i used sql component. Since the data in the body should be of map data type , i tried the following and i am getting the exception: Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route webproxyTest at: >>> Con