list.add(new J2EEProperty("password", mq.getPassword()));
Metadata metadata = channel.getType().getMetadata();
list.add(new J2EEProperty("maxPoolSize", (SysUtil.ENTERPRISE
&& metadata.findComponent("System.ClusterManager") != null && metadata.isDynamicReceiverEnabled()) ? 0
: mq.getMaxReceivers()));
}
/**
* @see nexj.core.meta.integration.channel.XMLMDBIntegrationMetadataExporter#getDestinationResourceEnvRef(nexj.core.meta.integration.Channel, int)