You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractJmsListeningContainer should provide an easy way to start the container after the ApplicationContext has been fully initialized [SPR-4716] #9393
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?