21 lines
802 B
HTML
21 lines
802 B
HTML
<html>
|
|
<head>
|
|
<title>ActiveMQ Applet Example</title>
|
|
<link rel="stylesheet" type="text/css" href="../common/common.css" />
|
|
<link rel="stylesheet" type="text/css" href="../common/prettify.css" />
|
|
<script type="text/javascript" src="../common/prettify.js"></script>
|
|
</head>
|
|
<body onload="prettyPrint()">
|
|
<h1>Applet Example</h1>
|
|
<p>This example shows you how to send and receive JMS messages from an Applet.</p>
|
|
|
|
<h2>Example step-by-step</h2>
|
|
|
|
<p><i>To run the example, simply type <code>mvn verify</code> from this directory</i> to start
|
|
the ActiveMQ server and an HTTP server.</p>
|
|
|
|
<p>Then, go to <a href="http://127.0.0.1:8088/applet.html">http://127.0.0.1:8088/applet.html</a> to load
|
|
and use the applet.</p>
|
|
|
|
</body>
|
|
</html> |