Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 14613 invoked from network); 12 Jun 2007 08:30:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 08:30:17 -0000 Received: (qmail 7901 invoked by uid 500); 12 Jun 2007 08:30:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 7880 invoked by uid 500); 12 Jun 2007 08:30:20 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 7871 invoked by uid 99); 12 Jun 2007 08:30:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 01:30:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 01:30:16 -0700 Received: by wx-out-0506.google.com with SMTP id i28so1634322wxd for ; Tue, 12 Jun 2007 01:29:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OpJQb+wuLfbAxBkDfRGQKDsX6wEZAzBga0A9QSHVeWfADiS7xrwm3ZvZxpY8uTHMxZsr7eP6wgwpbxC938pLjbgCZC99rNcHuDlNjAjBMJXlgnIG6M+mFajdGssUTpd6iRn0JpK2osdlnEhv0BBhdgrP1+dcKnVptRGrR1DxJ58= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tsUlPozLOBjZsd6ztAuIWtuTRYS2AQ/eZaOWXEWb1eAcP9Gj7LymCTtLyooCjORySdpYl0V+RWzkFX0/LUv/qEvJbPK3VYV3aw/JPeDle6sG11V23pOQqetBGY81PqbloC9dMUxlqPpH7ZVShONf4tYTpixxN9gz1HQzDSNZLos= Received: by 10.90.106.11 with SMTP id e11mr6144679agc.1181636995349; Tue, 12 Jun 2007 01:29:55 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Tue, 12 Jun 2007 01:29:55 -0700 (PDT) Message-ID: Date: Tue, 12 Jun 2007 09:29:55 +0100 From: "James Strachan" To: dev@activemq.apache.org Subject: Re: Connection Factory Problem In-Reply-To: <11074271.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11073403.post@talk.nabble.com> <11074271.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 6/12/07, hardikphd wrote: > > Hi James, > > Actually, I want only one receiver and more than one producer and receiver > will send response back to only one sender and all senders and receiver are > on different machine. Could you try rewrite that sentence again; it completely threw me. Maybe name the processes & what a producer / receiver is or something > And as I have many senders, I don't want to configure connectionfactory for > each of sender at receiver side and still want to get connection to broker > running on sender's machine and send message it to. Again you've lost me again :). Note that a ConnectionFactory is just configured to talk to the JMS broker; it has no configuration particular to any receiver or producer. One of the benefits of JMS is minimal configuration & location transparency & loose coupling; so a JMS client only needs to be aware of some logical JMS destintations as opposed to knowing about other producers/consumers in the network. > Will setJMSReplyTo work across different tomcats? It will work across all ActiveMQ clients; whatever JVM they are living in; plus if they are written in other languages. -- James ------- http://macstrac.blogspot.com/