response.jsp
01 <jsp:include page="ExamplesHeader.jsp">
02   <jsp:param name="title" value="Using JMS API in Servlet Sample Application"/>
03 </jsp:include>
04 
05 <h3>JMS Sender send a message into a defined queue</h3>
06 
07 <P>[JMS Sender example servletMessage sent : This is a string message</P>
08 
09 <P>The defined queue : java:app/weblogic/examples/jms/servletQueue</P>
10 
11 <h3>JMS Receiver receive messages from the queue</h3>
12 
13 <P>Now please confirm that the following
14   message is displayed on the terminal that you start the WLS domain :
15 </P>
16 
17 <P>[JMS Reader example MDBMessage received : This is a string message</P>
18 
19 <%include file="ExamplesFooter.jsp" %>