People, I was taking this problem around. Like I said, I probe succesfully to connect the TimerService to the same database (table on database) for the multiple servers.
When I create a timer, it is persisted into the database. After that, when any jboss server start up take and instanciate the timer persisted (because is the same database for every server's TimerService.
Now, if I go on this way to the solution, the proble is that when I create a timer through a sever, the rest of the server that was already running don't instantied it.
So now I have the next questions:
- Jboss "refresh/consult" to the database of timer periodicaly or every particulary time?
- There is a way to configure to do/modify this "periodicaly refresh" of the timers?
Regards
Guillermo