removeExpiredEntries(feed);
writeFeed(feed, exchange, message);
done(exchange);
}
catch (IOException e) {
throw new MessagingException(e);
}
catch (FeedException e) {
throw new MessagingException(e);
}
catch (TransformerException e) {
throw new MessagingException(e);
}
}