JIRA: https://jira.spring.io/browse/INT-4102 There is inconsistency when we mark `JmsMessageDrivenEndpoint` for `autoStartup = false`, but external container can still be started by the application context, because of it own default `autoStartup = true`. * Mark `container` `autoStartup = false` in the `JmsMessageDrivenEndpoint` ctor to align lifecycles. **Cherry-pick to 4.3.x**