On Sat, Jan 26, 2013 at 9:37 AM, Claus Ibsen <[email protected]> wrote:
> On Fri, Jan 25, 2013 at 8:55 PM, garrydias <[email protected]> wrote:
>> ... a little more info:
>>
>> When I start 999 camel quartz routes I have 999 triggers fired .
>>
>> Is 999 the limit. Why? There´s some extra configuration of something?
>>
>
> Hi
>
> I think you should look at the Quartz Scheduler if there is a
> "reasonable" limit, what a scheduler
> can handle of statelful jobs/triggers.
>
> Also you should possible consider your design, why do you need 1000s+
> Camel routes that trigger almost
> the same quartz cron trigger?
>

Oh and you may want to add more threads to the quartz scheduler so it
has more power
as you trigger the jobs at the same time.

You can configure this in the quartz.properties file for example.


>
>> Thanx
>>
>>
>>
>> --
>> View this message in context: 
>> http://camel.465427.n5.nabble.com/Camel-Quartz-Bug-tp5726285p5726288.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Email: [email protected]
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to