Spring Integration Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Spring Integration")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Spring_Integration#Subjects|Spring Integration]]
* [[Spring_Integration#Subjects|Spring Integration]]
=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
=Channel Auto-Creation=
"spring.integration.channels.autoCreate" set to false seems to be ignored by [[Spring_Cloud_Stream_AWS_Kinesis_Binder#Stream_Auto-Creation|AWS Kinesis binder]].
=Organizatorium=

Latest revision as of 18:18, 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

Channel Auto-Creation

"spring.integration.channels.autoCreate" set to false seems to be ignored by AWS Kinesis binder.

Organizatorium