// It might be a composite URI.
try {
CompositeData data = URISupport.parseComposite(this.brokerURL);
if( buildFromMap(IntrospectionSupport.extractProperties(data.getParameters(), "jms.")) ) {
this.brokerURL = data.toURI();
}
} catch (URISyntaxException e) {
}
}
}