mirror of https://github.com/apache/activemq.git
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:
parent
c9205315d2
commit
d193ad048a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue