I have a scenario where I need to do synching every one hour with server, while my message processing should happen every 5 s.
i.e. files that are available in server should be copied every one hour, while those should be sent to message channel every 5 s and processed.
Currently I see the poller is coupled up for both synching and emitting of message. how to decouple it. am using Direct channel.
Please suggest