mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
ENT-2053 Fix messaging TTL related settings causing disconnects (#1011)
This commit is contained in:
parent
41ffde01f0
commit
c7c38fd91c
@ -75,8 +75,8 @@ class BridgeArtemisConnectionServiceImpl(val conf: BridgeConfiguration,
|
||||
locator = ActiveMQClient.createServerLocatorWithoutHA(*tcpTransports.toTypedArray()).apply {
|
||||
// Never time out on our loopback Artemis connections. If we switch back to using the InVM transport this
|
||||
// would be the default and the two lines below can be deleted.
|
||||
connectionTTL = -1
|
||||
clientFailureCheckPeriod = -1
|
||||
connectionTTL = 60000
|
||||
clientFailureCheckPeriod = 30000
|
||||
minLargeMessageSize = maxMessageSize
|
||||
isUseGlobalPools = nodeSerializationEnv != null
|
||||
confirmationWindowSize = conf.p2pConfirmationWindowSize
|
||||
|
Loading…
x
Reference in New Issue
Block a user