Fixes #446 Supports properties prefixed with `spring.cloud.stream.default` for specifying default values for large number of channels or for dynamically generated channels. Note: this does not cover binding specific properties, as the property objects are created under binder's control but the same technique can be applied there. Rework default property binding Minor: javadoc Updated documentation