2005-12-12 12:53:59 -05:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Send a JMS Message</title>
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Send a JMS Message</h1>
|
|
|
|
|
2006-03-28 06:57:51 -05:00
|
|
|
<form action="amq/FOO/BAR?topic=false" method="post">
|
2005-12-12 12:53:59 -05:00
|
|
|
<p>
|
|
|
|
<label for="body">Message body: </label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<textarea name="body" rows="30" cols="80">
|
|
|
|
Enter some text here for the message body...
|
|
|
|
</textarea>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<input type="submit" value="Send"/>
|
|
|
|
<input type="reset"/>
|
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</body>
|
2006-01-30 05:44:37 -05:00
|
|
|
</html>
|