我无法找到,如何为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>
启动时我收到错误: 没有为端点'org.springframework.integration.config.ConsumerEndpointFactoryBean#0'定义轮询器,并且上下文中没有默认轮询器。
如果我也添加
<int:poller id="defaultPoller" default="true" fixed-rate="1000" />
上下文开始,但似乎我的路由器不起作用?有没有办法获得有关轮询事件或header-value-router活动的更多信息?
感谢