Author: pvillacorta
Date: Mon Jan 30 02:44:37 2006
New Revision: 373487
URL: http://svn.apache.org/viewcvs?rev=373487&view=rev
Log:
change "jms" to "amq" in urls
Modified:
incubator/activemq/trunk/activemq-web/src/main/webapp/index.html
incubator/activemq/trunk/activemq-web/src/main/webapp/send.html
Modified: incubator/activemq/trunk/activemq-web/src/main/webapp/index.html
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/src/main/webapp/index.html?rev=373487&r1=373486&r2=373487&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/src/main/webapp/index.html (original)
+++ incubator/activemq/trunk/activemq-web/src/main/webapp/index.html Mon Jan 30
02:44:37 2006
@@ -39,8 +39,8 @@
</p>
<p>
-<a href="jms/FOO/BAR?timeout=10000">Receive a message</a>
+<a href="amq/FOO/BAR?timeout=10000&listen=true&id=0">Receive a message</a>
</p>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: incubator/activemq/trunk/activemq-web/src/main/webapp/send.html
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/src/main/webapp/send.html?rev=373487&r1=373486&r2=373487&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/src/main/webapp/send.html (original)
+++ incubator/activemq/trunk/activemq-web/src/main/webapp/send.html Mon Jan 30
02:44:37 2006
@@ -8,7 +8,7 @@
<body>
<h1>Send a JMS Message</h1>
-<form action="jms/FOO/BAR" method="post">
+<form action="amq/FOO/BAR" method="post">
<p>
<label for="body">Message body: </label>
</p>
@@ -24,4 +24,4 @@
</form>
</body>
-</html>
\ No newline at end of file
+</html>