mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
Use single thread per netty eventgroup during testing
This commit is contained in:
parent
2082168cf7
commit
91779276fc
@ -53,7 +53,8 @@ class ArtemisTcpTransport {
|
||||
// It does not use AMQP messages for its own messages e.g. topology and heartbeats.
|
||||
// TODO further investigate how to ensure we use a well defined wire level protocol for Node to Node communications.
|
||||
TransportConstants.PROTOCOLS_PROP_NAME to "CORE,AMQP",
|
||||
TransportConstants.USE_GLOBAL_WORKER_POOL_PROP_NAME to (nodeSerializationEnv != null)
|
||||
TransportConstants.USE_GLOBAL_WORKER_POOL_PROP_NAME to (nodeSerializationEnv != null),
|
||||
TransportConstants.REMOTING_THREADS_PROPNAME to (if (nodeSerializationEnv != null) -1 else 1)
|
||||
)
|
||||
|
||||
if (config != null && enableSSL) {
|
||||
|
Loading…
Reference in New Issue
Block a user