JMSServerControl2Test.PING_PERIOD);
Connection connection = cf.createConnection();
Assert.assertEquals(1, server.getConnectionCount());
String[] remoteAddresses = control.listRemoteAddresses();
Assert.assertEquals(1, remoteAddresses.length);
String remoteAddress = remoteAddresses[0];
final CountDownLatch exceptionLatch = new CountDownLatch(1);
connection.setExceptionListener(new ExceptionListener()