Step
|
Who
|
What
|
1.
|
Receiver
|
Binds to a queue1
|
2.
|
Sender
|
Creates and populates a message
|
3.
|
Sender
|
Sends the message to the queue
|
4.
|
Message broker
|
Removes the message from the queue and delivers it to the receiver
|
5.
|
Receiver
|
Consumes the message
|
6.
|
Receiver
|
Acknowledges message receipt to the broker
|
7.
|
Message broker
|
Deletes the message after it is acknowledged
|