gateway.exproto.conf.example 554 B

12345678910111213141516171819
  1. ##--------------------------------------------------------------------
  2. ## Gateway Exproto
  3. ##
  4. ## Add an Exproto gateway
  5. ##--------------------------------------------------------------------
  6. ## Note: This is an example of how to configure this feature
  7. ## you should copy and paste the below data into the emqx.conf for working
  8. gateway.exproto {
  9. enable = true
  10. enable_stats = true
  11. frame {
  12. max_body_length = 655350
  13. max_headers = 100
  14. max_headers_length = 10240
  15. }
  16. idle_timeout = 30s
  17. mountpoint = "stomp2/"
  18. }