added explicit destination properties

This commit is contained in:
Mark Fisher
2016-03-17 09:50:44 -04:00
parent 85cee37661
commit fabae1c6f4
4 changed files with 16 additions and 11 deletions

View File

@@ -4,5 +4,7 @@ spring:
cloud:
stream:
bindings:
output: xformed
input: testtock
output:
destination: xformed
input:
destination: testtock