// make sure jms is up and running
utilsService.getServiceWithId(OutgoingPort.class, "jms-json", 60000);
SecureSampleConnector remoteConnector = new SecureSampleConnector(openwirePort);
remoteConnector.start(new ExampleConnector(), new ConnectorDescription("example", "external-connector-proxy"));
ExampleDomain osgiService = getOsgiService(ExampleDomain.class, "(service.pid=example-remote)", 31000);
assertThat(getBundleContext().getServiceReferences(ExampleDomain.class.getName(),
"(service.pid=example-remote)"), not(nullValue()));
assertThat(osgiService, not(nullValue()));