作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
此配置工作正常,但应该每 15 秒轮询一次的入站 channel 适配器正在连续运行。有谁知道我做错了什么?
<si:channel id="msgChannel" />
<si:inbound-channel-adapter ref="jdbcInputAdapter"
method="fetchData" channel="msgChannel">
<si:poller>
<si:interval-trigger interval="15000" />
</si:poller>
</si:inbound-channel-adapter>
<si:outbound-channel-adapter ref="shouter" method="shout" channel="msgChannel"/>
最佳答案
默认情况下,轮询器将从每个轮询的 channel 或源中获取所有消息。您可以使用 max-messages-per-poll
来调整它属性。如果您将其设置为 1,您将看到您期望的行为。
关于java - 所有这些消息从何而来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2820810/
我是一名优秀的程序员,十分优秀!