Closed michaelklishin closed 5 years ago
Config file that can be used for QA:
stomp.listeners.tcp.1 = 127.0.0.1:61613
stomp.listeners.tcp.2 = ::1:61613
stomp.tcp_listen_options.backlog = 2048
stomp.tcp_listen_options.recbuf = 8192
stomp.tcp_listen_options.sndbuf = 8192
stomp.tcp_listen_options.keepalive = true
stomp.tcp_listen_options.nodelay = true
stomp.tcp_listen_options.exit_on_close = true
stomp.tcp_listen_options.send_timeout = 120
Proposed Changes
This introduces support for a number of
stomp.tcp_listen_options.*
settings in the new style config format. They mimictcp_listen_options.*
available for AMQP 0-9-1 and AMQP 1.0 listeners.Types of Changes
Checklist
CONTRIBUTING.md
documentFurther Comments
Closes #129.
[#157922235]