Babak,
Yes my broker have a active mq:
from("activemq:analisarColeta1:analisarColeta").to("seda:analisarColeta?concurrentConsumers="
+ execucoesSimultaneas);
I finally fix the problem!
The class ResourceProperties in client side, I forgot the implements
Serializable. =[
When I done this the problem gone.
Tks for your attention.
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-a-ArrayList-Object-takes-so-long-tp5157568p5157802.html
Sent from the Camel - Users mailing list archive at Nabble.com.