You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/04/27 14:40:37 UTC

[jira] Created: (SM-412) Consider making ComponentSupport implementing MessageExchangeListener

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