Point to point messaging is used when a process needs to send a message to another process. This can be a one-way relationship. The client to a Messaging system can only do the following:
send messages
receive messages
send and receive messages
(more…)