You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2006/06/29 21:18:51 UTC

[jira] Created: (AMQ-780) Suppress logging client exceptions on the broker when the broker is shutting down.

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


[jira] Resolved: (AMQ-780) Suppress logging client exceptions on the broker when the broker is shutting down.

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-780?page=all ]
     
Hiram Chirino resolved AMQ-780:
-------------------------------

    Fix Version: 4.0.2
     Resolution: Fixed

Fixed in trunk and the 4.0 branch.

> 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
>     Assignee: Hiram Chirino
>     Priority: Minor
>      Fix For: 4.1, 4.0.2

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