Spring Integration的拦截器调用的类能知道连接拦截器的通道吗?

时间:2012-06-05 04:53:55

标签: spring-integration

<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”。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

您可以使用配置中的message-history元素跟踪邮件历史记录。 查看this链接