This applet serves as a heartbeat test for the WebLogic messaging
protocol over the various transport mechanisms supported:
- t3 protocol - this protocol sends/receives WebLogic messages
in the most straightforward manner: over direct TCP socket connections
between client and server.
- t3s protocol - messages are encrypted via SSLSecure Socket Layer
- http protocol - messages are "tunneled" over HTTP. The protocol
requires more overhead than t3, but has the benefit that T3 messaging
can permeate firewalls via an HTTP proxy.
- https protocol - Similar to http tunneling, where the HTTP protocol
is encrypted via SSL.
Here's the applet.
Choose a protocol from the choice component and start pinging. The
graph will show your throughput. Note that t3 and t3s will not be
successful when the client machine (your machine) is behind certain
kinds of firewalls.
WebLogic Inc.