Lari Hotari opened SPR-4716 and commented
AbstractJmsListeningContainer should provide an easy way to start the container after the ApplicationContext has been fully initialized.
The current "autoStartup" feature calls start() in the afterPropertiesSet method. That is too early for some applications which are dependent on BeanPostProcessors etc.. Maybe the "auto startup" should happen after a ContentRefreshedEvent?
Affects: 2.5.3
Referenced from: commits 40720ab, d96bea9
1 votes, 4 watchers