| 12345678910111213141516171819 |
- ##--------------------------------------------------------------------
- ## Gateway STOMP
- ##
- ## Add STOMP CoAP gateway
- ##--------------------------------------------------------------------
- ## Note: This is an example of how to configure this feature
- ## you should copy and paste the below data into the emqx.conf for working
- gateway.stomp {
- enable: true
- enable_stats: true
- frame: {
- max_body_length: 655350
- max_headers: 100
- max_headers_length: 10240
- }
- idle_timeout: 30s
- mountpoint: "stomp2/"
- }
|