NLTN / StudentEnrollment

A back-end Web Service to manage course enrollment and waiting lists with functionality similar to TitanOnline.
GNU General Public License v3.0
0 stars 4 forks source link

Publish messages to RabbitMQ #71

Closed NLTN closed 9 months ago

NLTN commented 9 months ago

When a student has been automatically enrolled from the waitlist, they should receive an email notification or a Webhook callback (or both). Modify your enrollment service to send a message to a RabbitMQ exchange when this takes place. Note: since there are two different kinds of notifications to be sent, this should probably be a fanout exchange.