Re: Streaming ResultSet Revisted

2016-06-28 Thread rajach1...@gmail.com
Hi, I am using JDBC with Camel blueprint XML.I want to stream the database by using blueprint XML. Could you please suggest the solution. currently we had implemented (We are reading 1000 records in database and processing to downstream systems. I want to read the database records from one by on

SQL jdbc resultSet streaming with blueprint XML

2016-07-05 Thread rajach1...@gmail.com
Hi, I am using SQL JDBC with Camel blueprint XML.I am new of blue print XML. I want to stream the JDBC resultSet database by using blueprint XML. Could you please suggest the solution. The below is the select statement and currently reading from database readSize is "25000" how to stream the

SQL jdbc resultSet streaming with blueprint XML

2016-07-05 Thread rajach1...@gmail.com
Hi, I am using SQL JDBC with Camel blueprint XML.I am new of blue print XML. I want to stream the JDBC resultSet database by using blueprint XML. Could you please suggest the solution. The below is the select statement and currently reading from database readSize is "25000" how to stream the