mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-09 11:35:18 +00:00
https://issues.apache.org/jira/browse/ACTIVEMQ6-3 We are renaming packages from activemq6 to activemq as that's more generic and version independent The previous commit renamed the directories. On this commit now I'm changing the code. If we changed the code and the directories on the same commit git would remove and add a lot of files without recognizing the renames.
17 lines
663 B
HTML
17 lines
663 B
HTML
<html>
|
|
<head>
|
|
<title>HornetQ Applet Example</title>
|
|
</head>
|
|
<body>
|
|
<h1>HornetQ Applet Example</h1>
|
|
|
|
<p>The Applet will connect to HornetQ 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="hornetq-core-client.jar,hornetq-jms-client.jar,jboss-jms-api.jar,netty.jar"
|
|
width="640" height="480"></applet>
|
|
</body>
|
|
</html> |