// DiscoveryAgent interface
//-------------------------------------------------------------------------
public void start() throws JMSException {
if (type == null) {
throw new ConfigurationException("You must specify a type of service to discover");
}
if (!type.endsWith(".")) {
log.warn("The type '" + type + "' should end with '.' to be a valid Zeroconf type");
type += ".";
}