We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a4391 commit 1364078Copy full SHA for 1364078
jms/jmscontext-container-managed/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>JMS 2 : JMSContext Injection</title>
+ <title>Container Managed JMSContext</title>
50
</head>
51
<body>
52
- <h1>JMS 2 : JMSContext Injection</h1>
+ <h1>Container Managed JMSContext</h1>
53
<a href="${pageContext.request.contextPath}/TestServlet"/>Send and Receive</a> message.
54
</body>
55
</html>
0 commit comments