CST 438 - Week 6

 This week's topic was service oriented architecture and message queues.  As an assignment, we used Rabbitmq to manage sending message queues from the registrar service and the grade book service.  The purpose of this was to test if each service was reciprocating what the other service was doing.  This is important because, for example, if there was a new enrollment in the registrar services then that new enrollment needs to show up in the grade book service.  If the grade book service did not receive a message from the registrar service when the new enrollment took place, that indicates an issue or bug is affecting the communication between both services.

Comments

Popular posts from this blog

CST 499 - Week 10

CST 438 - Week 7

Module 4