【发布时间】:2015-05-19 00:22:12
【问题描述】:
需要轮询数据库连接器的多个表。尝试使用复合源对表应用单独轮询时
<composite-source>
<poll>
<db:select config-ref="databaseConnector"/> <!--select on table 1-->
</poll>
<poll>
<db:select config-ref="databaseConnector"/> <!--select on table 2-->
</poll>
</composite-source>
获取已在端点 uri 上注册的错误轮询器。如何使用数据库连接器轮询多个表以获取更新的数据。
【问题讨论】:
标签: mule mule-studio mule-component mule-el mule-cluster