When polling consumers or source polling channel adapters are used in Spring Integration applications, they require some polling policy to be configured
- Add some sensitive default bean
PollerMetadata
auto-configured bean which can be overridden by end-user or customized via respective newly addedspring.integration.poller.*
configuration properties
For reference a recent StackOverflow question: https://stackoverflow.com/questions/69175808