public String getRealDestinationName(DestinationConfig dConfig) throws JMSException {
try {
return JMSUtils.getDestinationName(getHermes().getDestination(dConfig.getName(), Domain.getDomain(dConfig.getDomain())));
} catch (NamingException ex) {
throw new HermesException(ex);
}
}