}
private void checkProperties() throws JMSException
{
if (engineName == null || engineName.length() == 0)
throw new FFMQException("Bean property 'engineName' is required","INVALID_BEAN_CONFIG");
if (configLocation == null)
throw new FFMQException("Bean property 'configLocation' is required","INVALID_BEAN_CONFIG");
}