mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Add long lost line of artemis magic
This commit is contained in:
@ -140,6 +140,7 @@ class ArtemisMessagingServer(private val config: NodeConfiguration,
|
|||||||
journalBufferSize_AIO = maxMessageSize + JOURNAL_HEADER_SIZE // Required to address IllegalArgumentException (when Artemis uses Linux Async IO): Record is too large to store.
|
journalBufferSize_AIO = maxMessageSize + JOURNAL_HEADER_SIZE // Required to address IllegalArgumentException (when Artemis uses Linux Async IO): Record is too large to store.
|
||||||
journalFileSize = maxMessageSize + JOURNAL_HEADER_SIZE// The size of each journal file in bytes. Artemis default is 10MiB.
|
journalFileSize = maxMessageSize + JOURNAL_HEADER_SIZE// The size of each journal file in bytes. Artemis default is 10MiB.
|
||||||
managementNotificationAddress = SimpleString(NOTIFICATIONS_ADDRESS)
|
managementNotificationAddress = SimpleString(NOTIFICATIONS_ADDRESS)
|
||||||
|
connectionTtlCheckInterval = config.enterpriseConfiguration.tuning.brokerConnectionTtlCheckIntervalMs
|
||||||
|
|
||||||
// JMX enablement
|
// JMX enablement
|
||||||
if (config.jmxMonitoringHttpPort != null) {
|
if (config.jmxMonitoringHttpPort != null) {
|
||||||
|
Reference in New Issue
Block a user