{
return properties.getBooleanProperty(new SimpleString(name));
}
catch(HornetQPropertyConversionException ce)
{
throw new MessageFormatRuntimeException(ce.getMessage());
}
catch (RuntimeException e)
{
throw new JMSRuntimeException(e.getMessage());
}