activemq-artemis/examples/jms/applet/applet.html

17 lines
668 B
HTML

<html>
<head>
<title>ActiveMQ Applet Example</title>
</head>
<body>
<h1>ActiveMQ Applet Example</h1>
<p>The Applet will connect to ActiveMQ server running on localhost and
publishes messages on a topic <code>exampleTopic</code> when "Send" is pressed.</p>
<p>The Applet is also a MessageListener and will display messages received from the topic</p>
<applet code="org.apache.activemq.jms.example.AppletExample.class"
codebase="build/classes/"
archive="activemq-core-client.jar,activemq-jms-client.jar,jboss-jms-api.jar,netty.jar"
width="640" height="480"></applet>
</body>
</html>