A
A
Anton2015-05-14 12:01:33
Java
Anton, 2015-05-14 12:01:33

You need a Java framework with a task scheduler. What technologies to pay attention to?

The functionality needed (in general terms):

  • The service receives a message, the message has a field - processing time. When the time has come - the message must be processed
  • Scheduler with rules setting
    Ex1: perform some action every hour from 9.00 - 18.00 on weekdays
    Ex2: perform some action every day at 20.00 (if data is unavailable, try to repeat the action after 15 minutes)

Perhaps there are some open solutions?
At the moment I'm looking at Apache Camel, maybe there is a ready-made solution there?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikita, 2015-05-14
@Gokudera

If some kind of spring-type framework is not used, which has its own schedulers, then I still don’t know anything better than quartz.
quartz-scheduler.org

A
Anton, 2015-05-15
@Gokudera

Thanks for answers.
At the first glance, I liked Spring's more, but so far I have little idea how to implement the 1st point
can you tell in 2 words?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question