STOMP

url : ws://localhost:8080/api/v1/message
구독 : /sub/room/3
발행 : /pub/chat/enter, /pub/chat/message
json : 
{
    "userId" : "ssafy",
    "nickname" : "ssafy",
    "content" : "hello",
		"lessonId" : "3"
}