Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 22963 invoked from network); 14 Jun 2006 12:39:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 12:39:47 -0000 Received: (qmail 35973 invoked by uid 500); 14 Jun 2006 12:39:47 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 35951 invoked by uid 500); 14 Jun 2006 12:39:46 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 35942 invoked by uid 99); 14 Jun 2006 12:39:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 05:39:46 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 05:39:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C3D2B1A983A; Wed, 14 Jun 2006 05:39:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414224 - in /incubator/activemq/site: can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html faq.html jms.html Date: Wed, 14 Jun 2006 12:39:23 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060614123923.C3D2B1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Wed Jun 14 05:39:22 2006 New Revision: 414224 URL: http://svn.apache.org/viewvc?rev=414224&view=rev Log: Latest export from confluence Added: incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html Modified: incubator/activemq/site/faq.html incubator/activemq/site/jms.html Added: 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=414224&view=auto ============================================================================== --- incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html (added) +++ incubator/activemq/site/can-i-send-and-receive-messages-concurrently-on-one-jms-connection.html Wed Jun 14 05:39:22 2006 @@ -0,0 +1,270 @@ + + + + + + + + +Can I send and receive messages concurrently on one JMS Connection + + + + + +
+ + + + + + +
+ + + +
+ +
+ + + + + + +
+ + + + + +
+ + +
+ + +

Absolutely!

+ +

Strictly speaking each producer being used concurrently should be using a separate session (though in ActiveMQ it'll probably work fine if you just use one session for all publishers).

+ +

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.

+
+ +
+
+
+ + + + + + \ No newline at end of file Modified: incubator/activemq/site/faq.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/faq.html?rev=414224&r1=414223&r2=414224&view=diff ============================================================================== --- incubator/activemq/site/faq.html (original) +++ incubator/activemq/site/faq.html Wed Jun 14 05:39:22 2006 @@ -248,7 +248,7 @@
-
+