Consider making ComponentSupport implementing MessageExchangeListener ---------------------------------------------------------------------
Key: SM-412 URL: https://issues.apache.org/activemq/browse/SM-412 Project: ServiceMix Type: Improvement Components: servicemix-components Reporter: Guillaume Nodet Priority: Minor When a lightweight component does no implement MessageExchangeListener but send exchange asynchronously, the delivery queue will fill until there is no more place. ServiceMix will then appear to be hanged. For such components, implementing the MessageExchangeListener would solve the problem (they will only receive DONE or ERROR status). If the ComponentSupport implements the interface, users would not have to bother with this problem.... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira