INT-3005: Add throwExceptionOnLateReply Property

JIRA: https://jira.springsource.org/browse/INT-3005

* `GenericMessagingTemplate` has `throwExceptionOnLateReply` property.
This change provides a global `messagingTemplate.throwExceptionOnLateReply` property
to allow change default `false` to `true` using `spring.integration.properties`

* Refactor `spring.integration.properties` keys to be consistent with other Spring properties - adde prefix `spring.integraton.`

INT-3005: Add test for `lateReply`

INT-3279: Fix classes tangle
This commit is contained in:
Artem Bilan
2014-01-27 12:37:05 +02:00
committed by Gary Russell
parent 2b888b7a76
commit 7e32b17a10
16 changed files with 122 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
#channels.autoCreate=false
#channels.maxUnicastSubscribers=1
#channels.maxBroadcastSubscribers=1
messagingTemplate.lateReply.logging.level=error
taskScheduler.poolSize=20
#spring.integraton.channels.autoCreate=false
#spring.integraton.channels.maxUnicastSubscribers=1
#spring.integraton.channels.maxBroadcastSubscribers=1
spring.integraton.taskScheduler.poolSize=20
spring.integraton.messagingTemplate.throwExceptionOnLateReply=true