escription
Listen to the RabbitMQ queue, extract notification data, and send an email to each subscriber.
Tasks
Create consumer using @RabbitListener
Deserialize NotificationMessage
Use EmailService to send email
Testing
Unit test with mock email service
Integration test with real/local RabbitMQ
escription
Listen to the RabbitMQ queue, extract notification data, and send an email to each subscriber.
Tasks
Create consumer using @RabbitListener
Deserialize NotificationMessage
Use EmailService to send email
Testing
Unit test with mock email service
Integration test with real/local RabbitMQ