1 Reply Latest reply on Jul 15, 2011 7:40 AM by uwe72

    How can i change the at runtime MBean Quarz Scheduler Cron Job trigger time?

    uwe72

      We are using message driven beans for scheduling some quarz jobs.

       

      by annotations in the bean like:

       

      @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "cronTrigger", propertyValue = "0 0/55 * * * ?") })

      @ResourceAdapter("quartz-ra.rar")

      @TransactionManagement(TransactionManagementType.BEAN)

      @TransactionAttribute(TransactionAttributeType.REQUIRED)

       

      So means this job is called every 55 MInutes.

       

      How can i change this trgger time during runtime of the server?

       

      - Programmatically?

      - JMX-Console?

       

      Thanks in advance!!

       

      Nachricht geändert durch Uwe Clement