ArtemisActorNetConfig
constructor(brokerUrl: String, user: String? = null, password: String? = null, queuePrefix: String, malformedMessagesDir: String, confirmationWindowSize: Int, producerWindowSize: Int, consumerWindowSize: Int, clientFailureCheckPeriodMs: Long = ActiveMQClient.DEFAULT_CLIENT_FAILURE_CHECK_PERIOD, connectionTtlMs: Long = ActiveMQClient.DEFAULT_CONNECTION_TTL, callTimeoutMs: Long = ActiveMQClient.DEFAULT_CALL_TIMEOUT, callFailoverTimeoutMs: Long = ActiveMQClient.DEFAULT_CALL_FAILOVER_TIMEOUT, retryIntervalMs: Long = ActiveMQClient.DEFAULT_RETRY_INTERVAL, retryIntervalMultiplier: Double = ActiveMQClient.DEFAULT_RETRY_INTERVAL_MULTIPLIER, maxRetryIntervalMs: Long = ActiveMQClient.DEFAULT_MAX_RETRY_INTERVAL, reconnectAttempts: Int = ActiveMQClient.DEFAULT_RECONNECT_ATTEMPTS, initialConnectAttempts: Int = ActiveMQClient.INITIAL_CONNECT_ATTEMPTS, failoverAttempts: Int = ActiveMQClient.DEFAULT_FAILOVER_ATTEMPTS, blockOnDurableSend: Boolean = ActiveMQClient.DEFAULT_BLOCK_ON_DURABLE_SEND, blockOnNonDurableSend: Boolean = ActiveMQClient.DEFAULT_BLOCK_ON_NON_DURABLE_SEND, blockOnAcknowledge: Boolean = ActiveMQClient.DEFAULT_BLOCK_ON_ACKNOWLEDGE, onMessageCloseTimeoutMs: Int = ActiveMQClient.DEFAULT_ONMESSAGE_CLOSE_TIMEOUT)