Hi, This is the configuration:
<int-feed:inbound-channel-adapter id="brushFeed"
channel="rssChannel" url="http://www.brush.eu/rss.html?rssformat=true">
<si:poller fixed-rate="10000"
max-messages-per-poll="1" />
</int-feed:inbound-channel-adapter>

I open the RSS page source, I find that none of the RSS entry has a published date. the inbound-channel-adapter will just ignore all of them. How can I configure the inbound-channel-adapter to work in this case?
Thanks