Close connection in test to try and release VM transport resources

This commit is contained in:
Timothy Bish 2016-08-02 10:35:07 -04:00
parent 06a21dbbb3
commit be032c9821
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ public class PooledConnectionSecurityExceptionTest {
MessageProducer producer = session.createProducer(queue);
producer.close();
connection.close();
}
public String getName() {