Can the class called by Spring Integration's Interceptors know the channel that connected the interceptor? -
<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" /> in class "com.sds.afi.log.simresloggingservice", want know "simresmsgsndchannel". how can solve this? please me. thanks.
you can track message history using message-history element in configuration. check this link
Comments
Post a Comment