What i am trying to do is sending a message between 20-120KB using stomp via websocket to a topic and the error below is thrown, i tried to increase the requestBufferSize and ResponseBuffersize to value of 512000 without any effect. Any help is appreciated.
WARN | handle failed java.lang.IllegalStateException: FULL at org.eclipse.jetty.websocket.WebSocketParserD00.parseNext(WebSocketParserD00.java:104) at org.eclipse.jetty.websocket.WebSocketConnectionD00.handle(WebSocketConnectionD00.java:164) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:545) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:43) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) at java.lang.Thread.run(Thread.java:722)