Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.1
-
None
-
None
Description
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.