emqx/rel/i18n/emqx_stomp_schema.hocon

17 lines
364 B
Plaintext

emqx_stomp_schema {
stomp.desc:
"""The Stomp Gateway configuration.
This gateway supports v1.2/1.1/1.0"""
stomp_frame_max_headers.desc:
"""The maximum number of Header"""
stomp_frame_max_headers_length.desc:
"""The maximum string length of the Header Value"""
stomp_frame_max_body_length.desc:
"""Maximum number of bytes of Body allowed per Stomp packet"""
}