archenroot / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Is it possible in myschedule to manage JMX enabled remote quartz jobs #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

      We are evaluating the myschedule UI to manage the remote Quartz Schedulers.
Wanted some clarifications regarding the same.
1> How to manage remote schedulers? Is it possible to manage JMX enabled remote 
schedulers or any other alternatives?
2> Can we check the logs of all the schedulers from UI?
3> How many jobs can myschedule handle?
4> Do we have a cluster and load balancing support for the same.

Thanks in advance for your support.

Best Regards,
Srikanth.

Original issue reported on code.google.com by srikanth...@gmail.com on 28 Aug 2012 at 12:17

GoogleCodeExporter commented 9 years ago
Hello Srikanth,

Please note that MySchedule is just a wrapper around the Quartz, and most of 
what you are requesting are available though quartz.

1> How to manage remote schedulers? Is it possible to manage JMX enabled remote 
schedulers or any other alternatives?
See 
http://code.google.com/p/myschedule/wiki/Faq?ts=1346165503&updated=Faq#How_can_I
_manage_remote_Quartz_using_MySchedule_?

2> Can we check the logs of all the schedulers from UI?
Not from web UI. It's a good feature to have though, so I might consider adding 
into future release. For now, you would need to tail the server log file.

3> How many jobs can myschedule handle?
See 
http://code.google.com/p/myschedule/wiki/Faq?ts=1346165503&updated=Faq#How_many_
jobs_can_I_add_to_MySchedule_?

4> Do we have a cluster and load balancing support for the same.
See 
http://quartz-scheduler.org/documentation/quartz-2.1.x/configuration/ConfigJDBCJ
obStoreClustering

Original comment by saltnlight5 on 28 Aug 2012 at 2:54

GoogleCodeExporter commented 9 years ago

Original comment by saltnlight5 on 11 Jun 2013 at 10:44