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.