TIBCO Hawk Message Transport
TIBCO Hawk provides a choice of message and event communication mechanisms for inter process communications between various Hawk components.
You can choose one of the following as the primary message transport mechanisms to communicate between Hawk Agents and Console-API based console application such has Hawk Console, Hawk WebConsole (deprecated in Hawk 6.1), or Hawk Display (deprecated in Hawk 5.0).
• | TCP Transport for TIBCO Hawk (Default message transport mechanism for Hawk and distributed as part of the standard Hawk installation) |
TCP Transport for TIBCO Hawk is a TCP based transport for Hawk components using the Akka clustering designs. For more information on TCP Transport for TIBCO Hawk, see TCP Transport for TIBCO Hawk.
• | TIBCO Rendezvous (Need to install separately) |
TIBCO Rendezvous allows distributed applications to exchange data across a network. TIBCO Rendezvous provides software applications robust support for network data transport and network data representation. It is supported on many hardware and software platforms. Hence it is possible to communicate seamlessly among various application programs running on a variety of computers architecture and operating systems in a network. Please refer to TIBCO Rendezvous documentation for details.
• | TIBCO Enterprise Messaging Service (Need to install separately) |
TIBCO Enterprise Messaging Service (EMS) is based on Java Message Service (JMS), the messaging specification of the J2EE (Java Platform Enterprise Edition) architecture. It provides a standardized interface for enabling communications between J2EE-compliant applications, Enterprise Java Beans, and various application servers.
TIBCO EMS product is a high-performance implementation of JMS specifications and employs a store-and-forward architecture. It supports both queue-based and publish/subscribe messaging, local messaging transactions (in which multiple messages may be sent or consumed as an atomic unit of work), message selectors, and much more. Refer to TIBCO EMS Documentation for details.