You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2015/01/08 14:30:34 UTC

[jira] [Updated] (TOMEE-1489) Allow ActiveMQ scheduler activation when using kahadb persistence

     [ https://issues.apache.org/jira/browse/TOMEE-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated TOMEE-1489:
--------------------------------------
    Description: 
Allow ActiveMQ scheduler activation when using kahadb persistence (which is the only persistence store with scheduler support)

Currently kahadb is enabled by:

broker:(tcp://localhost:1234)?usekahadb=true

SchedulerSupport can be controlled with the property of the same name:

broker:(tcp://localhost:1234)?usekahadb=true&schedulerSupport=true

  was:
Allow ActiveMQ scheduler activation when using kahadb persistence (which is the only persistence store with scheduler support)

Currently kahadb is enabled by:

broker:(tcp://localhost:1234)?usekahadb=true

So adding the following makes sense:

broker:(tcp://localhost:1234)?usekahadb=true&scheduler=true


> Allow ActiveMQ scheduler activation when using kahadb persistence
> -----------------------------------------------------------------
>
>                 Key: TOMEE-1489
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1489
>             Project: TomEE
>          Issue Type: Improvement
>    Affects Versions: 1.7.1
>            Reporter: Andy Gumbrecht
>            Assignee: Andy Gumbrecht
>            Priority: Minor
>             Fix For: 2.0.0-Milestone-1, 1.7.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Allow ActiveMQ scheduler activation when using kahadb persistence (which is the only persistence store with scheduler support)
> Currently kahadb is enabled by:
> broker:(tcp://localhost:1234)?usekahadb=true
> SchedulerSupport can be controlled with the property of the same name:
> broker:(tcp://localhost:1234)?usekahadb=true&schedulerSupport=true



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)