Controlling Quartz Schedulers from JConsole
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 10:56 AM
Hi,
In one requirement we have few schedulers that we have deployed on all over nodes. At some point we need to disable these scheduler or may need to change the CRON expression. For now we need to stop the server and do that.
I wonder if there is any way that allows me to control the Schedulers form JConsole itself. I meant, I can edit the CRON or even disable the scheduler.
Do I need to implement the scheduler different way in order to achieve this?
Thank you
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 04:08 PM
Hi:
AFAIK, I think this is not possible in Community Edition (although some addons like JS Console or OOTB Support Tools addon may help you to run them on demand).
In Alfresco Content Services (Enterprise Edition), you may use Alfresco JMX beans for editing cron expressions dinamically in JConsole.
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 04:13 PM
Hi Thanks for your reply! I have installed the Alfresco Enterprise version 5.1.0.3. But I am not able to edit any CRON by using JConsole...
Any suggestions!!!
Thanks,
Sanket Shah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 04:20 PM
For example, a tipical one:
Alfresco:Type=Configuration, Category=Synchronization, Object Type=Synchronization$default
JMX editable management beans | Alfresco Documentation
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 02:57 PM
Yes, how can I create my own Quartz scheduler that allows me to edit the CRON expression or allow to disable it via JConsole?
