We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ff4f3 commit 0bba861Copy full SHA for 0bba861
1 file changed
jms/send-receive-simple/src/main/webapp/index.jsp
@@ -46,10 +46,10 @@
46
<html>
47
<head>
48
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
49
- <title>JSP Page</title>
+ <title>JMS 2 : Send and Receive Message</title>
50
</head>
51
<body>
52
- <h1>JMS 2 Send Message</h1>
+ <h1>JMS 2 : Send and Receive Message</h1>
53
<a href="${pageContext.request.contextPath}/TestServlet"/>Send and Receive</a> the message.
54
</body>
55
</html>
0 commit comments