* Question
What are the ways in which message queues work? |
* Answer
1 one-to-one working mode: This way of working is that one task sends a message to the message queue, and another task reads the message from the message queue. This is the simplest way to work and is the most commonly used 2-to-one job.Mode: This mode of operation means that multiple tasks send messages to the same message queue. |
COMMENTS