Expose TransportConnection.stopping
-----------------------------------

                 Key: AMQ-3074
                 URL: https://issues.apache.org/jira/browse/AMQ-3074
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.4.2
            Reporter: Adam Sussman
            Priority: Minor


Pleas expose the boolean broker.TransportConnection.stopping.

When an exception occurs on a TransportConnection (aka client closes or drops 
connection to server), there is no visibility into the fact that the connection 
is broken until the async stop process stops.  Often this gets delayed by other 
processing.  The 'stopping' variable gets set immediately on exception and so 
processes that are doing work with the connection can check it and get 
immediate feedback.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to