* Start the service.
*
* @throws ServiceException if the service fails to start
*/
protected void doStart() throws ServiceException {
AdministeredDestinations destinations
= _config.getAdministeredDestinations();
if (destinations != null) {
configureTopics(destinations.getAdministeredTopic());
configureQueues(destinations.getAdministeredQueue());
}
}