Skip to content

[Refactor/#58] API 서버 메시지 발행 실패 예외 처리

김우용 requested to merge refactor/#58 into dev

📋 구현 내용

메시지 발행 실패 시 발생하는 AmqpException을 CustomException으로 변환하여 예외 처리

  • Producer 구현체 sendMessage에서 Exception 변환
  • RabbitmqConfig RabbitTemplate publisher confirms, returns 삭제
  • API 요청 실패 시에도 success로 로깅하는 문제 해결
  • 파일 생성 진행률 메시지 및 파일 생성 에러 메시지 Queue autoDelete -> exclusive로 수정

🔍 테스트 케이스

  • 없음.

📢 코멘트

  • 없음.

@Aiden @Endo @Tobi

Edited by 김우용

Merge request reports