Hi, I am converting a file of 2000 records to String using the below camel api.
String input = exchange.getIn().getBody(String.class); But I see that it's taking an average of 15 milliseconds. Is there anyway to impreove this. I am looking for times around 1 millisecond. Appriciate your help. Thanks & regards, Ebe -- View this message in context: http://camel.465427.n5.nabble.com/Performance-issue-tp4964485p4964485.html Sent from the Camel - Users mailing list archive at Nabble.com.
