mirror of https://github.com/apache/activemq.git
Close connection in test to try and release VM transport resources
This commit is contained in:
parent
06a21dbbb3
commit
be032c9821
|
@ -272,6 +272,8 @@ public class PooledConnectionSecurityExceptionTest {
|
|||
|
||||
MessageProducer producer = session.createProducer(queue);
|
||||
producer.close();
|
||||
|
||||
connection.close();
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
|
Loading…
Reference in New Issue