2014-10-31 06:20:28 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2014-11-19 03:44:57 -05:00
|
|
|
<title>ActiveMQ Applet Example</title>
|
2014-10-31 06:20:28 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-11-19 03:44:57 -05:00
|
|
|
<h1>ActiveMQ Applet Example</h1>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
2014-11-19 03:44:57 -05:00
|
|
|
<p>The Applet will connect to ActiveMQ server running on localhost and
|
2014-10-31 06:20:28 -04:00
|
|
|
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>
|
|
|
|
|
2014-11-17 09:23:06 -05:00
|
|
|
<applet code="org.apache.activemq.jms.example.AppletExample.class"
|
2014-10-31 06:20:28 -04:00
|
|
|
codebase="build/classes/"
|
2014-11-19 14:58:44 -05:00
|
|
|
archive="activemq-core-client.jar,activemq-jms-client.jar,jboss-jms-api.jar,netty.jar"
|
2014-10-31 06:20:28 -04:00
|
|
|
width="640" height="480"></applet>
|
|
|
|
</body>
|
|
|
|
</html>
|