We're having an issue where our NServiceBus ServiceControl instance is not purging messages from it's RavenDB as per the supposed expiration policy.
We have set the following key in the ServiceConfig.exe.Config
file, which should expire messages after 1 hour, but I can still see messages from yesterday using ServiceInsight and the RavenDB has increased considerably in size.
<add key="ServiceControl/HoursToKeepMessagesBeforeExpiring" value="1" />
We need to get the automatic purging of messages working before our system goes into production, so any assistance is appreciated.