0 Replies Latest reply on Feb 5, 2010 9:26 AM by cjh

    Scheduled services in cluster

    cjh

      How can I schedule an action pipeline to execute on a schedule while running on a cluster?  I don't want all the nodes in the cluster to fire the same job, I want a single instance to fire.  I've looked at https://jira.jboss.org/jira/browse/JBESB-1646 and https://jira.jboss.org/jira/browse/JBESB-2592 but they don't seem to be going anywhere.  I'm thinking the best way may be to set up a clustered Quartz instance outside my ESB deployments and have it fire off jobs using ServiceInvoker.  What are other people doing for timed services?