support for binding descriptors per channel name

This commit is contained in:
Marius Bogoevici
2015-07-22 17:06:22 -04:00
committed by Mark Fisher
parent 70e1ff006c
commit 37204febe2
14 changed files with 107 additions and 170 deletions

View File

@@ -1,5 +1,6 @@
spring:
cloud:
stream:
inputChannelName: testtock
bindings:
input: testtock

View File

@@ -2,5 +2,6 @@ fixedDelay: 5000
spring:
cloud:
stream:
outputChannelName: testtock
bindings:
output: testtock