Suppress logging client exceptions on the broker when the broker is shutting 
down.
----------------------------------------------------------------------------------

         Key: AMQ-780
         URL: https://issues.apache.org/activemq/browse/AMQ-780
     Project: ActiveMQ
        Type: Improvement

  Components: Broker  
    Versions: 4.0    
    Reporter: Hiram Chirino
 Assigned to: Hiram Chirino 
    Priority: Minor
     Fix For: 4.1


When a client is sending async exceptions to the broker, and the borker is 
shutdown there is a windows where the client connector gets errors from the 
broker because the client continues to send messaes to the connector even 
though the broker has been shutdown.

We should suppress the logging fo those exceptions on the broker side if the 
broker has been shutdown and we should send back 1 single connection error to 
the client informing it that the broker has been shutdown.  We should also 
subsequently stop the client connection so no further messaes are received from 
the client.

-- 
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

Reply via email to