Should I submit a bug for this?
Should I submit a bug for this?
Go ahead and create an issue. We can set its target as version 1.0.5. That said, I'm not sure yet what we'll be able to do about the timing. It might end up just being something that we'll need to explain in documentation. The 'auto-startup' might need to be false on certain endpoints when using Spring Integration 1.0.x with Spring 3.0.x (then started manually via start() calls).
In any case, very soon (GA will be released some time in November) the recommendation will be upgrading to Spring Integration 2.0 which itself builds upon Spring 3.0.
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
Yes. We will upgrade to 2.0 as soon as possible but not before year end.
Issue created: INT-1498
Would a workaround be to set auto-start=false and then listen to ContextRefreshedEvent and start listeners after that?