Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 71367 invoked from network); 17 Sep 2003 12:48:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Sep 2003 12:48:25 -0000 Received: (qmail 75251 invoked by uid 500); 17 Sep 2003 12:48:14 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 75204 invoked by uid 500); 17 Sep 2003 12:48:14 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 75190 invoked from network); 17 Sep 2003 12:48:13 -0000 Received: from unknown (HELO zukmail03.zreo.compaq.com) (161.114.128.27) by daedalus.apache.org with SMTP; 17 Sep 2003 12:48:13 -0000 Received: from reoexg11.emea.cpqcorp.net (reoexg11.emea.cpqcorp.net [16.25.5.9]) by zukmail03.zreo.compaq.com (Postfix) with ESMTP id A95BEE50 for ; Wed, 17 Sep 2003 13:48:10 +0100 (BST) Received: from mlnexc01.emea.cpqcorp.net ([16.192.33.0]) by reoexg11.emea.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.6673); Wed, 17 Sep 2003 13:48:12 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Subject: RE: ] JMX implementation, adaptors Date: Wed, 17 Sep 2003 14:48:11 +0200 Message-ID: <5C3713B4B134BA49AFEAF154D0A1EE1C2FADB1@mlnexc01.emea.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Q:] JMX implementation, adaptors Thread-Index: AcN82YDFISHZcGJERbGbMaH15qDXFQAP9VVA From: "Bordet, Simone" To: X-OriginalArrivalTime: 17 Sep 2003 12:48:12.0492 (UTC) FILETIME=[F46CA0C0:01C37D19] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, > >2) Are we using JRMP over RMI for remote access to the=20 > MBeans (i.e., a > >JRMP over RMI adaptor for JMX)? > Just right now, the JRMP adaptor of MX4J is leverage in order=20 > to be able to=20 > use MC4J. The adaptor is mounted during the boot of Geronimo.=20 > You can have a look to the boot-service.xml. MX4J's CVS head has now an implementation of JSR 160 standard = RMIConnector. We're waiting for JSR 160 to go final, in order to clean the = implementation with the latest spec changes, then there will be a MX4J = 2.0 alpha release. I don't know if the MC4J guys are already working on JSR 160, I just = wanted to say that, if remote JMX is needed, may be better to start off = with JSR 160 immediately. The JSR 160 implementation in MX4J's CVS head is complete WRT the = RMIConnector (that works both over JRMP and IIOP). Cheers, Simon