[jboss-cvs] JBoss Messaging SVN: r6479 - trunk/examples/jms/queue-selector.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 17 12:03:08 EDT 2009


Author: gaohoward
Date: 2009-04-17 12:03:08 -0400 (Fri, 17 Apr 2009)
New Revision: 6479

Modified:
   trunk/examples/jms/queue-selector/readme.html
Log:
fix an inconsistence between readme and the code.


Modified: trunk/examples/jms/queue-selector/readme.html
===================================================================
--- trunk/examples/jms/queue-selector/readme.html	2009-04-17 14:56:19 UTC (rev 6478)
+++ trunk/examples/jms/queue-selector/readme.html	2009-04-17 16:03:08 UTC (rev 6479)
@@ -63,7 +63,7 @@
 
         <li>We create a JMS message producer on the session. This will be used to send the messages.</li>
         <pre>
-          <code>MessageProducer messageProducer = session.createProducer(topic);</code>
+          <code>MessageProducer messageProducer = session.createProducer(queue);</code>
        </pre>
 
         <li>We create two selectors.</li>




More information about the jboss-cvs-commits mailing list