ArrayList ids = new ArrayList();
ids.add("qa-polling-amf");
ids.add("non-existing-channel2");
destination.setChannels(ids);
ConfigMap cm = destination.describeDestination().getPropertyAsMap("channels", null);
if (cm != null)
Log.getLogger("QE.CODE_COVERAGE").debug("Destination " + dest_runtime + " has " + cm.size() + " channels." );
ServiceAdapter adapter = destination.getAdapter();
if (adapter != null)