Thanks for you reply, this is my routes
String dd[] = { "direct:mail01", "direct:mail02" ... "direct:mail50" };
from("activemq:mail?concurrentConsumers=15")
.delay( 500 )
.loadBalance( )
.roundRobin( )
.to(dd);
from( "direct:mail01" )
.beanRef( "envioMailProcessor01", "processLoadbalancer" )
.
.
.
The "envioMailProcesorXX" sends a mail to the user.
Using seda, only replace activemq:mail with seda:mail
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-route-stop-consuming-tp5736611p5736714.html
Sent from the Camel - Users mailing list archive at Nabble.com.