spring integration - how to poll in a header-value-router -


i cannot find out, how configure poller header-value-router.

<int:header-value-router input-channel="splittednewpaulaevents" header-name="eventname" resolution-required="true">     <int:mapping value="work_order_close" channel="be_work_order_close" /> </int:header-value-router> 

at startup error: no poller has been defined endpoint 'org.springframework.integration.config.consumerendpointfactorybean#0', , no default poller available within context.

if add

<int:poller id="defaultpoller" default="true" fixed-rate="1000" /> 

the context starts, seems, router doesn't work? there way more infos activities of polling event or header-value-router activities?

thanks


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -