We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
대기열 조회
WebSocket 도입(STOMP 프로토콜)
대기열 -> 작업열
The text was updated successfully, but these errors were encountered:
f-lab-scott
No branches or pull requests
1. 도입 이유
기존 프로세스
대기열 조회
를 위해서 Polling을 해야한다.2. 도입 방법
WebSocket 도입(STOMP 프로토콜)
a. 대기열 내 유저키(userID)를 Pub/Sub Topic으로 한다.
b. 대기열 내 이벤트키(EventID)를 Pub/Sub Topic으로 한다.
대기열 -> 작업열
이동 시 이벤트 ID(Topic)으로 메세지를 보낸다.The text was updated successfully, but these errors were encountered: