JIRA: https://jira.spring.io/browse/INT-4326 To let to disable autoStartup for particular endpoint bean globally, in one place, add `spring.integration.endpoints.noAutoStartup` to the `spring.integration.properties` So, now all the `AbstractEndpoint` checks that property for matching its bean name to configure `autoStartup` property to `false` **Cherry-pick to 4.3.x**