Skip to content

Assignment 5

Closed Nov 16, 2023 91% complete

Initiating a collaboration service between two users included:

  • Matching service
  • Collaboration service

Matching service
-- User can specify matching criteria to find a random collaborator.
-- User can receive feedback from the matching service.
-- User can find a match in approximately 60 seconds.
-- Error situation is handled.
-- AMQP mechanism is used …

Initiating a collaboration service between two users included:

  • Matching service
  • Collaboration service

Matching service
-- User can specify matching criteria to find a random collaborator.
-- User can receive feedback from the matching service.
-- User can find a match in approximately 60 seconds.
-- Error situation is handled.
-- AMQP mechanism is used to facilitate the queueing algorithm.
-- Microservice is containerized.

Loading