change "jms" to "amq" in urls

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@373487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Edward Lapus Villacorta 2006-01-30 10:44:37 +00:00
parent c9205315d2
commit d193ad048a
2 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@ updates in real time as the market prices change
</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>
</html>

View File

@ -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 @@ Enter some text here for the message body...
</form>
</body>
</html>
</html>