Author: jstrachan
Date: Wed Jun 14 05:49:25 2006
New Revision: 414227

URL: http://svn.apache.org/viewvc?rev=414227&view=rev
Log:
Latest export from confluence

Modified:
    
incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html

Modified: 
incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html?rev=414227&r1=414226&r2=414227&view=diff
==============================================================================
--- 
incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html
 (original)
+++ 
incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html
 Wed Jun 14 05:49:25 2006
@@ -250,7 +250,8 @@
 <P>Strictly speaking each producer being used concurrently should be using a 
separate session (though in ActiveMQ it&apos;ll probably work fine if you just 
use one session for all publishers). </P>
 
 <P>For concurrent consumption create a session per consumer - as all messages 
are dispatched to a session in a single thread - but you can have as many 
sessions as you like per connection.</P>
-</DIV>
+
+<P>To further help with concurrent consuming of JMS you can use <SPAN 
class="nobr"><A href="http://jencks.codehaus.org/Message%20Driven%20POJOs"; 
title="Visit page outside Confluence" rel="nofollow">Message Driven 
POJOs<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P></DIV>
           
                   </DIV>
         </TD>
@@ -261,7 +262,8 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jun 14, 2006
-                  
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8736&originalId=8737";>view
 change</A>)
+              
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8736";>edit 
page</A>)
     </DIV>
 


Reply via email to