activemq-artemis/examples/jms/applet
jbertram e6a3d3a0c5 ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
..
src/main ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
applet.html More name changes to activemq 2014-11-19 16:01:54 -05:00
pom.xml ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
readme.html Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00

readme.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>