You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2010/10/05 16:05:40 UTC

[jira] Created: (AMQ-2959) Scheduler not honoring activemq.store.dir property

Scheduler not honoring activemq.store.dir property
--------------------------------------------------

                 Key: AMQ-2959
                 URL: https://issues.apache.org/activemq/browse/AMQ-2959
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.1
            Reporter: Daniel Kulp



I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:

activemq-data/localhost/scheduler/
db-1.log  scheduleDB.data  scheduleDB.redo

It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQ-2959) Scheduler not honoring activemq.store.dir property

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2959.
-----------------------------

    Resolution: Fixed
      Assignee: Gary Tully

r1005858

> Scheduler not honoring activemq.store.dir property
> --------------------------------------------------
>
>                 Key: AMQ-2959
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2959
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Daniel Kulp
>            Assignee: Gary Tully
>
> I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:
> activemq-data/localhost/scheduler/
> db-1.log  scheduleDB.data  scheduleDB.redo
> It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (AMQ-2959) Scheduler not honoring activemq.store.dir property

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62369#action_62369 ] 

Gary Tully edited comment on AMQ-2959 at 10/5/10 10:21 AM:
-----------------------------------------------------------

The property should be: org.apache.activemq.default.directory.prefix
The real difference is that with 5.4.1 the schedular is on by default so a store is created on every broker start. Hence it is now more visible.

Think the real fix is to disable the schedular by default. Ensure the relevant tests have it enabled and update the doc at http://activemq.apache.org/delay-and-schedule-message-delivery.html

      was (Author: gtully):
    The property should be: org.apache.activemq.default.directory.prefix
The real difference is that with 5.4.1 the schedular is on by default so a store is created on every broker start. Hence it is now more visible.

Think the real fix is to disable the schedular by default.
  
> Scheduler not honoring activemq.store.dir property
> --------------------------------------------------
>
>                 Key: AMQ-2959
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2959
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Daniel Kulp
>
> I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:
> activemq-data/localhost/scheduler/
> db-1.log  scheduleDB.data  scheduleDB.redo
> It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQ-2959) Scheduler not honoring activemq.store.dir property

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-2959:
----------------------------

      Description: 
I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:

activemq-data/localhost/scheduler/
db-1.log  scheduleDB.data  scheduleDB.redo

It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

  was:

I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:

activemq-data/localhost/scheduler/
db-1.log  scheduleDB.data  scheduleDB.redo

It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

    Fix Version/s: 5.5.0
       Regression:   (was: [Regression])

> Scheduler not honoring activemq.store.dir property
> --------------------------------------------------
>
>                 Key: AMQ-2959
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2959
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Daniel Kulp
>            Assignee: Gary Tully
>             Fix For: 5.5.0
>
>
> I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:
> activemq-data/localhost/scheduler/
> db-1.log  scheduleDB.data  scheduleDB.redo
> It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2959) Scheduler not honoring activemq.store.dir property

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62369#action_62369 ] 

Gary Tully commented on AMQ-2959:
---------------------------------

The property should be: org.apache.activemq.default.directory.prefix
The real difference is that with 5.4.1 the schedular is on by default so a store is created on every broker start. Hence it is now more visible.

Think the real fix is to disable the schedular by default.

> Scheduler not honoring activemq.store.dir property
> --------------------------------------------------
>
>                 Key: AMQ-2959
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2959
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Daniel Kulp
>
> I tried updating CXF to use 5.4.1 (from 5.3.1) and the test suite is leaving activemq-data all over the place.   The contents of that dir are:
> activemq-data/localhost/scheduler/
> db-1.log  scheduleDB.data  scheduleDB.redo
> It looks like the scheduler is not honoring the activemq.store.dir system propert that we set to have the activemq data stuck into a directory in target (from maven) that used to work fine for the CXF tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.