Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 7743 invoked from network); 17 Sep 2008 17:06:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2008 17:06:38 -0000 Received: (qmail 64299 invoked by uid 500); 17 Sep 2008 17:06:34 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 64285 invoked by uid 500); 17 Sep 2008 17:06:34 -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 64274 invoked by uid 99); 17 Sep 2008 17:06:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 10:06:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.corbin@gmail.com designates 209.85.217.15 as permitted sender) Received: from [209.85.217.15] (HELO mail-gx0-f15.google.com) (209.85.217.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 17:05:34 +0000 Received: by gxk8 with SMTP id 8so27838112gxk.14 for ; Wed, 17 Sep 2008 10:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:organization:to :subject:date:user-agent:x-face:mime-version:content-disposition :content-type:content-transfer-encoding:message-id; bh=Dazm6XavUabLfl1dHWL8O2hkilN1LYEc4ZNOd8/GSqA=; b=BNqu1ehisrQf/z7hFHJB4BXn18zujCnfoR3tb+Bl83zfoufrgZE5LSqSAoooSyQdyd ejSstqArExEcqg/MnQkxXRU+heejCMz1CqHQNJKaUewQ90VIZNIGVXEkJvW6uNyWPJFp KVmM9TEb/RniUkOSot3j09RZXO7CXzAF+2Yos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:organization:to:subject:date:user-agent:x-face :mime-version:content-disposition:content-type :content-transfer-encoding:message-id; b=G0K2J7XQdQSEAyATqqZN1IwPJ149AfvdvMXsfBHTgCqXBvNsebUNv27ABPNQ427Lm2 mhN1hkl6U0j+78G2/+LgE6xY8HVMs7PVjXpBT7iZ/ijb11J7qlFLBuMdx8+DBeg/XVzQ FXidyB2EUkOpI8oPNRb4hjb1o0uzXQnFdpiCs= Received: by 10.90.99.6 with SMTP id w6mr3646880agb.0.1221671166751; Wed, 17 Sep 2008 10:06:06 -0700 (PDT) Received: from sam.localnet ( [74.192.147.239]) by mx.google.com with ESMTPS id 7sm18755897hsx.13.2008.09.17.10.06.05 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Sep 2008 10:06:05 -0700 (PDT) From: "Thomas R. Corbin" Reply-To: thomas.corbin@gmail.com Organization: SamSix, Inc. To: users@activemq.apache.org Subject: Which comes first, NetworkConnector or ManagementContext? Date: Wed, 17 Sep 2008 12:06:03 -0500 User-Agent: KMail/1.9.50 (KDE/4.0.4; ; ) X-Face: Pd)OdRaGTkeXYxF,~LJ1'n]}z.L=BneKBOpD.^{uD;&~aV`ud/'`SNnj2P1EkJnYK3Lo< =?utf-8?q?Y=0A=09c!4=7B?="MT|n[](scY%0FWY9N%C-j|{zUG/"FFq'(iYq9e!O"&O/AKZ'"=oUX3F:ILyU-, =?utf-8?q?!Ok=0A=09pbP=23=7E-iVx4=7E=5CG?= =?utf-8?q?=0A=09=3Bk=5FqB!xB?=<4,E3RXWBaIiX7vq">OD`]1P<_^" =?utf-8?q?=2E*s=3DV=3D3q=7CRwOdhp=239c=3BSLeG=7Cg3=2EZmF=7BM2a=0A=09g=23?= MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200809171206.03318.thomas.corbin@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I've read that you need to create the NetworkConnector before anything else= ,=20 and it seems true that you need a NetworkConnector before the=20 ManagementContext will work. What seems to be happening is that the NetworkConnector uses a=20 ManagementContext, but because it isn't one that I built for it, it uses a= =20 default one with port 1099 when gives me problems if I run more than one=20 broker on the same machine. Plus I keep having the ObjId already in use problem. =2D-=20 Card #1. Uncle Bob=E2=80=99s Three Laws =E2=80=A2 Write no production code except to pass a failing test. =E2=80=A2 Write only enough of a test to demonstrate a failure. =E2=80=A2 Write only enough production code to pass the test.