SPMS_API/SPMS.API/Controllers
seonkyu.kim 3fc3bb8144 fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124)
- RabbitMQInitializer를 BackgroundService로 변경 (30초 간격 재시도)
- RabbitMQConnection에 IsConnected 속성 추가
- Health check에 RabbitMQ 연결/초기화 상태 반영
- DI 등록 변경 (Singleton + HostedService 패턴)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 19:15:42 +09:00
..
AccountController.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
AppConfigController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AppVersionController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AuthController.cs feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00
BannerController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceController.cs feat: 디바이스 태그/동의 설정 API 구현 (#96) 2026-02-10 14:49:07 +09:00
FaqController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileController.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MaintenanceController.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
MessageController.cs feat: 메시지 미리보기 API 구현 (#120) 2026-02-10 17:27:56 +09:00
NoticeController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PasswordController.cs feat: 비밀번호 찾기/재설정 API 구현 (#66) 2026-02-10 10:56:35 +09:00
ProfileController.cs feat: 내 정보 조회/수정 API 구현 (#62) 2026-02-10 10:48:57 +09:00
PublicController.cs fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
PushController.cs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
ServiceController.cs feat: 서비스 태그 목록/수정 API 구현 (#70) 2026-02-10 11:27:37 +09:00
TermsController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00