feat(be): RabbitMQ 적용 #131
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RabbitMQ 스타터·테스트 의존성 추가
prod 프로필 전용 RabbitChatMessagePublisher는 amq.topic으로 라우팅,
dev/test 전용 SimpleChatMessagePublisher는 SimpMessagingTemplate으로 /topic/userchat/{roomId}에 즉시 Push 하도록 분리했습니다.
프로필별 WebSocket 설정 분리
배포 전 RabbitMQ(STOMP 플러그인 활성화) 및 환경 변수 설정 필요