0
1.3kviews
Write a note on Message based transient communication
1 Answer
2
16views

Message-Oriented Communication

Message-oriented transient communication

  • Transport-level sockets
  • Message-Passing Interface (MPI)
  • Message transfer latency -> milliseconds to seconds

Message-oriented persistent communication

  • Message-queuing systems or Message-Oriented Middleware (MOM)
  • Provide intermediate-term storage capacity for messages
    • Doesn't require either sender or receiver to be active during message transmission
  • Message transfer latency -> seconds to …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.