[jboss-cvs] JBoss Messaging SVN: r6230 - trunk/examples/jms/durable.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 31 06:23:00 EDT 2009


Author: timfox
Date: 2009-03-31 06:22:59 -0400 (Tue, 31 Mar 2009)
New Revision: 6230

Modified:
   trunk/examples/jms/durable/readme.html
Log:
typos

Modified: trunk/examples/jms/durable/readme.html
===================================================================
--- trunk/examples/jms/durable/readme.html	2009-03-31 10:20:30 UTC (rev 6229)
+++ trunk/examples/jms/durable/readme.html	2009-03-31 10:22:59 UTC (rev 6230)
@@ -54,7 +54,7 @@
 	   <code>MessageProducer messageProducer = session.createProducer(topic);</code>
         </pre>
 
-        <li>We create the durable subscriberon the topic, specifying it's name. Since this is the first time the subscriber is created and a subscription with that name and for this clien-id does not already exist, then the underlying durable subscription will be created, and a subscriber will be created and returned for that subscription.</li>
+        <li>We create the durable subscriber on the topic, specifying it's name. Since this is the first time the subscriber is created and a subscription with that name and for this client-id does not already exist, then the underlying durable subscription will be created, and a subscriber will be created and returned for that subscription.</li>
 	<pre>
            <code>TopicSubscriber subscriber = session.createDurableSubscriber(topic, "subscriber-1");</code>
         </pre>




More information about the jboss-cvs-commits mailing list