You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Dejan Predovic (JIRA)" <ji...@apache.org> on 2007/04/16 17:18:34 UTC

[jira] Closed: (SM-927) StaticRoutingSlip leaks memory

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

Dejan Predovic closed SM-927.
-----------------------------

    Resolution: Won't Fix

Sorry - there is nothing wrong with StaticRoutingSlip, the problem is the calling poller component that was calling the SRS endpoint. I opened the new issue: https://issues.apache.org/activemq/browse/SM-936

> StaticRoutingSlip leaks memory
> ------------------------------
>
>                 Key: SM-927
>                 URL: https://issues.apache.org/activemq/browse/SM-927
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.1
>            Reporter: Dejan Predovic
>
> StaticRoutingSlip leaks memory on every message exchange because the last exchange in the chain is stored in the store but never loaded. As far as I can tell it's enough to simply delete the line 208:
> store.store(exchange.getExchangeId(), exchange);
> and it works correctly.

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