1
<channel id="simResMsgSndChannel">
    <interceptors>
        <wire-tap channel="simResLogger" />
    </interceptors>
</channel>

<service-activator input-channel="simResLogger"
    ref="simResLoggingService" />
<beans:bean id="simResLoggingService" class="com.sds.afi.log.SimResLoggingService" />

在“com.sds.afi.log.SimResLoggingService”类中,我想知道“simResMsgSndChannel”。我该如何解决这个问题?

4

1 回答 1

1

您可以使用配置中的 message-history 元素跟踪消息历史记录。检查这个链接

于 2012-06-11T05:07:26.770 回答