You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/11/15 15:24:14 UTC

[jira] Created: (JAMES-1133) ActiveMQMailQueue leaks memory

ActiveMQMailQueue leaks memory
------------------------------

                 Key: JAMES-1133
                 URL: https://issues.apache.org/jira/browse/JAMES-1133
             Project: JAMES Server
          Issue Type: Bug
    Affects Versions: 3.0-M3
            Reporter: Norman Maurer
            Assignee: Norman Maurer
            Priority: Critical
             Fix For: 3.0-M3


ActiveMQMailQueue use TemporaryQueue instances to retrieve the size of the queue but never delete them. So on every call we create a new one which will never get deleted

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Reopened: (JAMES-1133) ActiveMQMailQueue leaks memory

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer reopened JAMES-1133:
----------------------------------


Reopen as it still leaks the memory via JMX

> ActiveMQMailQueue leaks memory
> ------------------------------
>
>                 Key: JAMES-1133
>                 URL: https://issues.apache.org/jira/browse/JAMES-1133
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M3
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Critical
>             Fix For: 3.0-M3
>
>
> ActiveMQMailQueue use TemporaryQueue instances to retrieve the size of the queue but never delete them. So on every call we create a new one which will never get deleted

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1133) ActiveMQMailQueue leaks memory

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1133.
----------------------------------

    Resolution: Fixed

fixed by calling TemporaryQueue.delete()

> ActiveMQMailQueue leaks memory
> ------------------------------
>
>                 Key: JAMES-1133
>                 URL: https://issues.apache.org/jira/browse/JAMES-1133
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M3
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Critical
>             Fix For: 3.0-M3
>
>
> ActiveMQMailQueue use TemporaryQueue instances to retrieve the size of the queue but never delete them. So on every call we create a new one which will never get deleted

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1133) ActiveMQMailQueue leaks memory

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1133.
----------------------------------

    Resolution: Fixed

hopefully it fixed now

> ActiveMQMailQueue leaks memory
> ------------------------------
>
>                 Key: JAMES-1133
>                 URL: https://issues.apache.org/jira/browse/JAMES-1133
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M3
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Critical
>             Fix For: 3.0-M3
>
>
> ActiveMQMailQueue use TemporaryQueue instances to retrieve the size of the queue but never delete them. So on every call we create a new one which will never get deleted

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1133) ActiveMQMailQueue leaks memory

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932434#action_12932434 ] 

Norman Maurer commented on JAMES-1133:
--------------------------------------

The memory leak is because of this:
https://issues.apache.org/activemq/browse/AMQ-3041

> ActiveMQMailQueue leaks memory
> ------------------------------
>
>                 Key: JAMES-1133
>                 URL: https://issues.apache.org/jira/browse/JAMES-1133
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M3
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Critical
>             Fix For: 3.0-M3
>
>
> ActiveMQMailQueue use TemporaryQueue instances to retrieve the size of the queue but never delete them. So on every call we create a new one which will never get deleted

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org