Hello,
When I send one ArrayList<Objects> with a size about 150 in :
exchange.getOut().setBody();
My app(client) stuck and don`t receive the message:
Producer producer = endpoint.createProducer();
producer.start();
producer.process(exchange);
producer.stop();
List<ResourceProperties> response = new
ArrayList<ResourceProperties>();
response = (List<ResourceProperties>) exchange.getOut().getBody();
if I send only one object I receive without a problem.
Tks
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-a-ArrayList-Object-takes-so-long-tp5157568p5157568.html
Sent from the Camel - Users mailing list archive at Nabble.com.