Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 45973 invoked from network); 23 Jul 2007 09:29:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 09:29:17 -0000 Received: (qmail 58621 invoked by uid 500); 23 Jul 2007 09:29:18 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 58599 invoked by uid 500); 23 Jul 2007 09:29:18 -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 58590 invoked by uid 99); 23 Jul 2007 09:29:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 02:29:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 02:29:15 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ICuDn-0007xt-Ca for users@activemq.apache.org; Mon, 23 Jul 2007 02:28:55 -0700 Message-ID: <11740572.post@talk.nabble.com> Date: Mon, 23 Jul 2007 02:28:55 -0700 (PDT) From: Jiang To: users@activemq.apache.org Subject: Re: What is the relation between broker and connectionfactory In-Reply-To: <11611423.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zju_jjc@163.com References: <11611423.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Jiang wrote: > > From JMS Spec, ConnectionFactory and Destination are the objects that > administrator can admin. In activemq destination can be created through > JMX(I have tried). But I don't understand ConnectionFactory very clearly , > in activemq , ConnectionFactory is created through constructor . So I > think if one client "new ActivemqConnectionFactory(url,user,pass) ", there > will happen several things. First broker will create one factory object in > broker side. Second client will get a reference to the factory > object(maybe a reference to an agent object , which in fact communication > to the remote factory object ). Then connection can be created through > that factory reference. What I think is correct ? > And in jconsole , what stands for ConnectionFactory? Or if I want create > one GUI tools admin activemq, which APIs should I use to get all > ConnectionFactorys in one broker ? I do not know in activemq5.0 , through > Web Console , what can I get ?(Just like jconsole or have > ConnectionFactory list ,we can add/remove/view CoonectionFactory and so > on...) > > Anyone knows about this ? thanks > > Any help is welcome.... > > > -- View this message in context: http://www.nabble.com/What-is-the-relation-between-broker-and-connectionfactory-tf4085292s2354.html#a11740572 Sent from the ActiveMQ - User mailing list archive at Nabble.com.