mirror of https://github.com/apache/activemq.git
tidy up fix (exception was being lost) for URL: http://svn.apache.org/viewvc?rev=1209841&view=rev
Only stop transport for java.lang.SecurityException - as some tests rely on Connection continung after an exception from the broker related to changes in support of fix for https://issues.apache.org/jira/browse/AMQ-3294 and https://issues.apache.org/jira/browse/AMQ-1928 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1211844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
760c62934d
commit
9df9d3e891
|
@ -1313,12 +1313,12 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
|||
if (null != t){
|
||||
ServiceSupport.dispose(t);
|
||||
}
|
||||
}
|
||||
if (jmsEx !=null) {
|
||||
throw jmsEx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return response;
|
||||
} catch (IOException e) {
|
||||
throw JMSExceptionSupport.create(e);
|
||||
|
|
Loading…
Reference in New Issue