Add @PropertySources for default bus properties

This commit is contained in:
Dave Syer
2015-05-29 10:24:56 +01:00
parent c0a4b0bdd6
commit f671737f71
9 changed files with 33 additions and 57 deletions

View File

@@ -1,15 +1 @@
fixedDelay: 5000
---
xd:
messagebus:
redis:
headers:
# comma-delimited list of additional (string-valued) header names to transport
default:
# default bus properties, if not specified at the module level
backOffInitialInterval: 1000
backOffMaxInterval: 10000
backOffMultiplier: 2.0
concurrency: 1
maxAttempts: 3