Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-13 Thread smullins7
Ok I attached the patch to the Jira issue. smullins7 wrote: > > Nevermind, just read in the docs that I should attach my fix to the jira > and fire off an email to the forum group :) > > smullins7 wrote: >> >> I created CAMEL-1450; I can't actually assign this

Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-11 Thread smullins7
Nevermind, just read in the docs that I should attach my fix to the jira and fire off an email to the forum group :) smullins7 wrote: > > I created CAMEL-1450; I can't actually assign this to anyone but mind if I > take a stab at it? Should I comment on the jira or this thread

Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-11 Thread smullins7
I created CAMEL-1450; I can't actually assign this to anyone but mind if I take a stab at it? Should I comment on the jira or this thread when I have something ready for review? James.Strachan wrote: > > 2009/3/11 smullins7 : >> >> Yep that sounds fine to me. Should I

Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-11 Thread smullins7
Yep that sounds fine to me. Should I create a jira for this? I haven't read any information for developers on this project yet (will do that right now). Claus Ibsen-2 wrote: > > On Wed, Mar 11, 2009 at 4:35 PM, smullins7 wrote: >> >> No spring is not creating my endpo

Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-11 Thread smullins7
r the ManagedEndpoint with the mbeanserver. Maybe there's a way to check if the endpoint is a MangedResource; if it is then register the endpoint, if its not then wrap it in a MangedEndpoint? James.Strachan wrote: > > 2009/3/10 smullins7 : >> >> Hey thanks for the quick re

Re: Adding custom mbeans to camel JMX mbeanserver

2009-03-10 Thread smullins7
ried using the in my camelContext to specify my mbean server domain but that had no affect. My endpoint should not be spring wired, my custom component will create the endpoint so only my component is spring wired. Claus Ibsen-2 wrote: > > On Mon, Mar 9, 2009 at 10:16 PM, smullins7 wrote

Adding custom mbeans to camel JMX mbeanserver

2009-03-09 Thread smullins7
Hello, I have custom endpoints developed that I would like to expose as mbeans through JMX. Currently, only the attributes of ManagedEndpoint show up. What is the easiest way to get a custom endpoint exposed in jmx while piggy-backing off the existing mbean server/naming strategy/etc supplied by