getMessageBroker().addService(proxyService);
// Create destination and add to the Service
String dest = "HTTPProxyDest_startup";
HTTPProxyDestination proxyDest = createProxyDestination(dest, proxyService);
proxyService.addDestination(proxyDest);
// This is needed to set the properties on the adapter: after both service
// and destination exist
createAdapter(proxyDest);
}