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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -