Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 46246 invoked from network); 29 Oct 2010 20:27:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Oct 2010 20:27:05 -0000 Received: (qmail 46972 invoked by uid 500); 29 Oct 2010 20:27:05 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 46933 invoked by uid 500); 29 Oct 2010 20:27:04 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 46925 invoked by uid 99); 29 Oct 2010 20:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 20:27:04 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of josephotoole@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 20:26:59 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1PBvX4-0003Lp-B5 for users@activemq.apache.org; Fri, 29 Oct 2010 13:26:38 -0700 Date: Fri, 29 Oct 2010 13:26:38 -0700 (PDT) From: gilboy To: users@activemq.apache.org Message-ID: <1288383998326-3019716.post@n4.nabble.com> Subject: Soap over JMS query via Apache MQ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I am trying to determine how many many queues should be required to support a typical Request/Response Web Service call over JMS via Apache MQ. Initially I thought I would need 2. However, after doing a quick test it seems like I only need 1. I had thought that in JMS a message can only be read by only 1 consumer. Hence, I thought the client would need to act as both a producer and consumer of messages, whilst the same would apply for the web service. Any help would be greatly appreciated Thanks Joe -- View this message in context: http://activemq.2283324.n4.nabble.com/Soap-over-JMS-query-via-Apache-MQ-tp3019716p3019716.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.