class AvalancheMQ::Config
- AvalancheMQ::Config
- Reference
- Object
Defined in:
avalanchemq/config.crConstant Summary
-
DEFAULT_LOG_LEVEL =
Logger::INFO
Class Method Summary
Instance Method Summary
- #amqp_bind : String
- #amqp_bind=(amqp_bind : String)
- #amqp_port : Int32
- #amqp_port=(amqp_port : Int32)
- #amqp_systemd_socket_name : String
- #amqp_systemd_socket_name=(amqp_systemd_socket_name : String)
- #amqps_port : Int32
- #amqps_port=(amqps_port : Int32)
- #channel_max : UInt16
- #channel_max=(channel_max : UInt16)
- #config_file : String
- #config_file=(config_file : String)
- #data_dir : String
- #data_dir=(data_dir : String)
- #data_dir_lock : Bool
- #data_dir_lock=(data_dir_lock : Bool)
- #file_buffer_size : Int32
- #file_buffer_size=(file_buffer_size : Int32)
- #frame_max : UInt32
- #frame_max=(frame_max : UInt32)
- #gc_segments_interval : Int32
- #gc_segments_interval=(gc_segments_interval : Int32)
- #heartbeat : UInt16
- #heartbeat=(heartbeat : UInt16)
- #http_bind : String
- #http_bind=(http_bind : String)
- #http_port : Int32
- #http_port=(http_port : Int32)
- #http_systemd_socket_name : String
- #http_systemd_socket_name=(http_systemd_socket_name : String)
- #http_unix_path : String
- #http_unix_path=(http_unix_path : String)
- #https_port : Int32
- #https_port=(https_port : Int32)
- #log_file : String | Nil
- #log_file=(log_file : String | Nil)
- #log_level : Logger::Severity
- #log_level=(log_level : Logger::Severity)
- #parse(file)
- #queue_max_acks : Int32
- #queue_max_acks=(queue_max_acks : Int32)
- #raise_gc_warn : Bool
- #raise_gc_warn=(raise_gc_warn : Bool)
- #segment_size : Int32
- #segment_size=(segment_size : Int32)
- #set_timestamp : Bool
- #set_timestamp=(set_timestamp : Bool)
- #socket_buffer_size : Int32
- #socket_buffer_size=(socket_buffer_size : Int32)
- #stats_interval : Int32
- #stats_interval=(stats_interval : Int32)
- #stats_log_size : Int32
- #stats_log_size=(stats_log_size : Int32)
- #tcp_nodelay : Bool
- #tcp_nodelay=(tcp_nodelay : Bool)
- #tcp_proxy_protocol : UInt8
- #tcp_proxy_protocol=(tcp_proxy_protocol : UInt8)
- #tls_cert_path : String
- #tls_cert_path=(tls_cert_path : String)
- #tls_ciphers : String
- #tls_ciphers=(tls_ciphers : String)
- #tls_key_path : String
- #tls_key_path=(tls_key_path : String)
- #tls_min_version : String
- #tls_min_version=(tls_min_version : String)
- #unix_path : String
- #unix_path=(unix_path : String)
- #unix_proxy_protocol : UInt8
- #unix_proxy_protocol=(unix_proxy_protocol : UInt8)
- #unix_socket_tls_terminated : Bool
- #unix_socket_tls_terminated=(unix_socket_tls_terminated : Bool)