INT-1257, INT-1263 Refactoring Message History (work in progress): Replaced MessageHistoryBeanPostProcessor with MessageHistoryConfigurer in order to set tracking parameters at the right time.

This commit is contained in:
Mark Fisher
2010-08-26 17:58:18 +00:00
parent 6da90a4c51
commit f535cdbcd1
6 changed files with 116 additions and 50 deletions

View File

@@ -30,6 +30,6 @@
<int:channel id="endOfThePipeChannel"/>
<bean class="org.springframework.integration.history.MessageHistoryBeanPostProcessor"/>
<bean class="org.springframework.integration.history.MessageHistoryConfigurer"/>
</beans>