styleFile = new File(loader.getBaseDirectory().getCanonicalPath(),
styleFileName);
}
// publish the style xml document
jmsPublisher.publish(getTopic(), getJmsTemplate(), options, new DocumentFile(
styleFile));
}
// propagate the event
jmsPublisher.publish(getTopic(), getJmsTemplate(), options, event);