Messaging Protocols Features and Functions
Messaging protocols are a description of data exchange protocols.
|
RPC Options
RPC refers to remote procedure calls. This allows a computer program to invoke a subroutine or procedure outside of its execution space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction.
|
Message Oriented Middleware
Message oriented middleware is a client/server infrastructure that increases the interoperability, portability, and flexibility of an application by allowing the application to be distributed over multiple heterogeneous platforms.
|
|
Architecture Features and Functions
|