CPSC 421 OOP Design Pattern Message Queue

1234567
Across
  1. 2. A key concept of message queues that can distribute workload evenly among consumers _____ _____
  2. 4. A key concept of message queues that enables asynchronous communication is _____
  3. 6. An intermediary component introduced by the message queue pattern is ____ ____
  4. 7. The components responsible for processing messages received from the message queue
Down
  1. 1. The optional component that manages the message queue and facilitates message routing, delivery, and persistence is ____ ____
  2. 3. The components responsible for generating and sending messages to the message queue
  3. 5. A disadvantage of implementing the message queue pattern