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:
committed by
Gary Russell
parent
2b888b7a76
commit
7e32b17a10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user