Spring Integration Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
Spring Integration starts with these global properties: | |||
spring.integration.endpoints.noAutoStartup= | |||
spring.integration.taskScheduler.poolSize=10 | |||
spring.integration.channels.maxUnicastSubscribers=0x7fffffff | |||
spring.integration.channels.autoCreate=true | |||
spring.integration.channels.maxBroadcastSubscribers=0x7fffffff | |||
spring.integration.readOnly.headers= | |||
spring.integration.messagingTemplate.throwExceptionOnLateReply=false |
Revision as of 18:06, 18 December 2018
Internal
Overview
Spring Integration starts with these global properties:
spring.integration.endpoints.noAutoStartup= spring.integration.taskScheduler.poolSize=10 spring.integration.channels.maxUnicastSubscribers=0x7fffffff spring.integration.channels.autoCreate=true spring.integration.channels.maxBroadcastSubscribers=0x7fffffff spring.integration.readOnly.headers= spring.integration.messagingTemplate.throwExceptionOnLateReply=false