Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 48219 invoked from network); 16 Jul 2007 09:05:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 09:05:11 -0000 Received: (qmail 98782 invoked by uid 500); 16 Jul 2007 09:02:52 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 98709 invoked by uid 500); 16 Jul 2007 09:02:52 -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 98592 invoked by uid 99); 16 Jul 2007 09:02:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 02:02:51 -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, 16 Jul 2007 02:02:42 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IAMTF-0001WV-Nq for users@activemq.apache.org; Mon, 16 Jul 2007 02:02:21 -0700 Message-ID: <11611423.post@talk.nabble.com> Date: Mon, 16 Jul 2007 02:02:21 -0700 (PDT) From: Jiang To: users@activemq.apache.org Subject: What is the relation between broker and connectionfactory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zju_jjc@163.com X-Virus-Checked: Checked by ClamAV on apache.org James: 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...) -- View this message in context: http://www.nabble.com/What-is-the-relation-between-broker-and-connectionfactory-tf4085292s2354.html#a11611423 Sent from the ActiveMQ - User mailing list archive at Nabble.com.