Hamsa,
Adapter-Broker and Broker-Broker communication is via sockets. Plain sockets and secure sockets (SSL). Once the socket is established there is a protocol of events (documents) to establish the proper communications.
Nothing mysterious. Broker Server is listening on a port. Adapter initiates a socket on the port, on the host the server is running on. The socket is established so the Adapter and Broker can interact. Both watch for the socket dying (if the other side goes). The Adapter will attempt a reconnect - this logic is available in the API. The Broker does the cleanup, and will re-establish the socket when requested.
This knowledge is rarely needed. Strongly suggest doing little or nothing dependent on this knowledge. No reason the newer architectures may not change the technology dependence.
Mark Thomsen
Alodar Systems, Inc.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB