gateway.stomp.conf.example 547 B

12345678910111213141516171819
  1. ##--------------------------------------------------------------------
  2. ## Gateway STOMP
  3. ##
  4. ## Add STOMP CoAP 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.stomp {
  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. }