Do not start application context automatically

- This will avoid other lifecycle beans inside the application context starting when
binding lifecycle beans are started.

Resolves #525

Address review comments
This commit is contained in:
Ilayaperumal Gopinathan
2016-08-24 20:08:21 +05:30
committed by Soby Chacko
parent 0756b998bd
commit ebc508ee61
3 changed files with 2 additions and 4 deletions

View File

@@ -386,7 +386,6 @@ public class SendingBean {
}
}
----
==== Producing and Consuming Messages
You can write a Spring Cloud Stream application using either Spring Integration annotations or Spring Cloud Stream's `@StreamListener` annotation.