[Feature] RabbitMQ 인프라 설정 (Exchange/Queue) #102
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#102
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 개요
RabbitMQ Exchange, Queue 선언 및 연결 설정, 메시지 스키마, Producer를 구현합니다.
Phase 3 전체의 선행 작업으로, 이후 PushWorker/ScheduleWorker 및 발송 API가 이 인프라 위에서 동작합니다.
📐 설계 (RabbitMQ_Design.md 기준)
spms.push.exchange(Direct, Durable)spms.push.queue(push),spms.schedule.queue(schedule)✅ 체크리스트
설정
Infrastructure Layer
메시지 스키마
Producer
검증
📎 참고
Documents/RabbitMQ_Design.md§2~3, §8