Re: easiest JMX API ever, in Clojure...

2009-07-23 Thread David Powell
A remote process (process not running on the same machine as JMX client) can usually be accessed through an RMI connection. I might be totally wrong here, but jconsole lets you connect to any java process on Java 1.6, without needing jmxremote properties. I got the impression, that this is

Re: easiest JMX API ever, in Clojure...

2009-07-17 Thread Michael Wood
2009/7/16 Daniel dan.in.a.bot...@gmail.com: On Thu, Jul 16, 2009 at 10:20 PM, Michael Woodesiot...@gmail.com wrote: [...] What I am wondering now is whether it's possible to use JBoss' RMI connector/object server (on port 1099) with Stuart's JMX library.  If I just try pointing it at port

Re: easiest JMX API ever, in Clojure...

2009-07-17 Thread Daniel
On Fri, Jul 17, 2009 at 7:59 PM, Michael Woodesiot...@gmail.com wrote: 2009/7/16 Daniel dan.in.a.bot...@gmail.com: On Thu, Jul 16, 2009 at 10:20 PM, Michael Woodesiot...@gmail.com wrote: [...] What I am wondering now is whether it's possible to use JBoss' RMI connector/object server (on

Re: easiest JMX API ever, in Clojure...

2009-07-16 Thread Daniel
On Thu, Jul 16, 2009 at 3:18 AM, Michael Woodesiot...@gmail.com wrote: 2009/7/15 Daniel dan.in.a.bot...@gmail.com: On Wed, Jul 15, 2009 at 3:43 AM, Michael Woodesiot...@gmail.com wrote: [...] I've never tried this sort of thing before, but I'm trying to connect to a JBoss instance with it

Re: easiest JMX API ever, in Clojure...

2009-07-16 Thread Stuart Halloway
Good point, and added to the jmx.clj file comment. The JMX stuff is being built on edge and depends on post-1.0 Clojure, specifically the features added in ticket #131 (http://www.assembla.com/spaces/clojure/tickets/131-Move-Clojure-tests-from-contrib-into-Clojure ). Stu 2009/7/14 Stuart

Re: easiest JMX API ever, in Clojure...

2009-07-16 Thread Michael Wood
2009/7/16 Daniel dan.in.a.bot...@gmail.com: On Thu, Jul 16, 2009 at 3:18 AM, Michael Woodesiot...@gmail.com wrote: [...] By the way, how does twiddle.sh (which appears to be a command line tool for fiddling with JMX stuff in JBoss) work then?  Because it works without having to use the

Re: easiest JMX API ever, in Clojure...

2009-07-16 Thread Daniel
On Thu, Jul 16, 2009 at 10:20 PM, Michael Woodesiot...@gmail.com wrote: 2009/7/16 Daniel dan.in.a.bot...@gmail.com: On Thu, Jul 16, 2009 at 3:18 AM, Michael Woodesiot...@gmail.com wrote: [...] By the way, how does twiddle.sh (which appears to be a command line tool for fiddling with JMX

Re: easiest JMX API ever, in Clojure...

2009-07-15 Thread Daniel
On Wed, Jul 15, 2009 at 3:43 AM, Michael Woodesiot...@gmail.com wrote: 2009/7/14 Stuart Halloway stuart.hallo...@gmail.com: ...wants your   help to be born! :-) There is a branch in clojure-contrib that includes work so far: http://github.com/richhickey/clojure-contrib/tree/jmx . I want

Re: easiest JMX API ever, in Clojure...

2009-07-15 Thread Michael Wood
2009/7/15 Daniel dan.in.a.bot...@gmail.com: On Wed, Jul 15, 2009 at 3:43 AM, Michael Woodesiot...@gmail.com wrote: [...] I've never tried this sort of thing before, but I'm trying to connect to a JBoss instance with it and not having much luck.  I think I need to authenticate somehow, but I

easiest JMX API ever, in Clojure...

2009-07-14 Thread Stuart Halloway
...wants your help to be born! :-) There is a branch in clojure-contrib that includes work so far: http://github.com/richhickey/clojure-contrib/tree/jmx . I want feedback on ease of use, most important features to add next, code quality, you name it. Here's a teaser:

Re: easiest JMX API ever, in Clojure...

2009-07-14 Thread Howard Lewis Ship
Looks very nice; what are you planning to use JMX for? On Tue, Jul 14, 2009 at 11:23 AM, Stuart Hallowaystuart.hallo...@gmail.com wrote: ...wants your   help to be born! :-) There is a branch in clojure-contrib that includes work so far:

Re: easiest JMX API ever, in Clojure...

2009-07-14 Thread Michael Wood
2009/7/14 Stuart Halloway stuart.hallo...@gmail.com: ...wants your   help to be born! :-) There is a branch in clojure-contrib that includes work so far: http://github.com/richhickey/clojure-contrib/tree/jmx . I want feedback on ease of use, most important features to add next, code