Java Remote Method Protocol

From Wikipedia, the free encyclopedia

JRMP, or Java Remote Method Protocol is the Java technology-specific protocol for looking up and referencing remote objects. It is a wire level protocol running at the level under Remote Method Invocation (RMI) and over TCP/IP. JRMP is a Java-specific, stream-based protocol; c.f. RMI-IIOP. RMI-IIOP which exposes Java objects to CORBA ORBs is an alternative for JRMP. However, many application server vendors have developed their own protocols for use with RMI which claim to offer advantages over both IIOP and JRMP.