【发布时间】:2023-03-15 09:05:01
【问题描述】:
以下配置是否会导致内存泄漏或线程无法正常关闭。有这样的配置是不是个好主意。
<int:bridge input-channel="channel1" output-channel="processingChannel"></int:bridge>
<int:bridge input-channel="channel2" output-channel="processingChannel"></int:bridge>
<int:bridge input-channel="channel3" output-channel="processingChannel"></int:bridge>
<int:bridge input-channel="channel4" output-channel="processingChannel"></int:bridge>
<int:channel id="processingChannel">
<int:dispatcher task-executor="executor"/>
</int:channel>
【问题讨论】: