When send() fails, the failed MessageExchange is left on the Component's list
of known exchanges
------------------------------------------------------------------------------------------------
Key: SMXCOMP-488
URL: https://issues.apache.org/activemq/browse/SMXCOMP-488
Project: ServiceMix Components
Issue Type: Bug
Affects Versions: servicemix-shared-2009.01
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: servicemix-shared-2009.02
When sending a MessageExchange fails asynchronously (e.g. because the target
endpoint could not be found), the MessageExchange is kept on the list of known
exchanges.
This is a slight memory leak, but the main problem is that it can prevent
stopping the endpoint correctly because it will be waiting for the exchange to
finish.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.