Browse Source
This change modifies DefaultMessageListenerContainer to automatically start when the Spring application context is initialized, by default. The 'autoStartup' property defaults to true. A setter 'setAutoStartup(boolean)' has been added to allow users to disable this behavior if needed. Closes #4403 Original pull request: #4976 Signed-off-by: Junhyeok Lee <jhl221123@naver.com>issue/4985
2 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue