assertEquals("Unexpected number of test connections", 0, _clientJmsDelegate.getNoOfTestConnections());
final RegisterClientCommand registration = _controllerQueue.getNext();
createClientQueueProducer(registration);
final CreateConnectionCommand createConnectionCommand = new CreateConnectionCommand();
createConnectionCommand.setConnectionName("newTestConnection");
createConnectionCommand.setConnectionFactoryName("connectionfactory");
sendCommandToClient(createConnectionCommand);
Response response = _controllerQueue.getNext();
assertFalse("Response message should not have indicated an error", response.hasError());