Hi,

Can you check the status of envioMailProcessor?
It could be some thing wrong when sending the mail to user.


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Saturday, August 3, 2013 at 4:53 AM, jaime.salvador wrote:

> 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 
> (http://Nabble.com).



Reply via email to