HTTPProxyDestination proxyDest = new HTTPProxyDestination(true);
proxyDest.setId(id);
proxyDest.setService(proxyService);
// we'll use the default channel - so nothing else is needed
proxyDest.addChannel("qa-amf");
//Use this type of code to generate the warning "No channel with id '{0}' is known by the MessageBroker. Not adding the channel.",
// set destination properties
proxyDest.setDefaultUrl("http://10.60.144.67:8080/services/httpservice/echoParams.jsp");