SPMS_API/SPMS.Infrastructure
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
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Caching feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
Messaging fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
Migrations feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Persistence feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
Push feat: APNs 발송 모듈 구현 (#106) 2026-02-10 15:52:26 +09:00
Security feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
Services feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Workers feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
AppDbContext.cs feat: Public API Entity 정의 및 DB 스키마 구축 (#76) 2026-02-10 13:21:15 +09:00
DependencyInjection.cs fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: Redis 중복 발송 방지 구현 (#108) 2026-02-10 16:04:51 +09:00