Matt Pavlovich created AMQ-9564:
-----------------------------------

             Summary: Consider scenario improvement to jms-pool on 
SecurityException
                 Key: AMQ-9564
                 URL: https://issues.apache.org/jira/browse/AMQ-9564
             Project: ActiveMQ Classic
          Issue Type: Improvement
            Reporter: Matt Pavlovich


This proposed change coming from an Artemis-related issue

{noformat}
 @Override
    public void onException(JMSException exception) {
        if (isReconnectOnException() || (exception instanceof 
JMSSecurityException)) {
            close();
        }
        if (parentExceptionListener != null) {
            parentExceptionListener.onException(exception);
        }
    }
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to