spring websocket +stomp 发送数据大于65536报错

https://segmentfault.com/a/1190000006617344 //这个是案例
https://segmentfault.com/a/1190000006617344//这个文档
现在就是调用这个方法发送数据到后台直接页面就报错了
client.send(destination, {}, body);// 后面的json数据内容太多

下面是报的错误

org.springframework.messaging.simp.stomp.StompConversionException: The 'content-length' header 129794 exceeds the configured message buffer size limit 65536

https://blog.csdn.net/aitangyong/article/details/50582444