I can't find a useful example for polling a JPA source for inbound data. I know how to do this in XML but can't figure out how do it in DSL.
In short what I want to do is periodically poll a JPA repository for records then put the records into a flow that will do the usual filtering/transforming/executing.
Kind regards
David Smith
Wire up a
JpaPollingChannelAdapter
as a@Bean
and useSee the DSL Reference for configuration options.
This one's near the top (with a different message source).