How to disable debug messages on sockjs- STOMP March 9, 2023 by Tarik Ok I found a solution. I added this code: stompClient.debug = null In this way, the debug function is disabled.