I am using the idempotent receiver pattern in my spring integration flow to detect duplicate messages.
In above link it says
The value of the idempotent entry may be some expiration date, after which that entry should be removed from Metadata Store by some scheduled reaper.
Is there any utility/scheduler available that is provided by spring to clean up the INT_METADATA_STORE table ?