Re: How to expose camel producer with jmx

2014-07-17 Thread dermoritz
Thanks Claus! -- View this message in context: http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753976.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to expose camel producer with jmx

2014-07-17 Thread Claus Ibsen
ateverMBeanName you want"); > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753912.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Re

Re: How to expose camel producer with jmx

2014-07-16 Thread dermoritz
in context: http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753912.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to expose camel producer with jmx

2014-07-16 Thread Claus Ibsen
stom stuff from within a producer? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753902.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen

Re: How to expose camel producer with jmx

2014-07-16 Thread dermoritz
m stuff from within a producer? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753902.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to expose camel producer with jmx

2014-07-15 Thread dermoritz
ly expose the attributes/ operations i specified. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833p5753869.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to expose camel producer with jmx

2014-07-15 Thread Claus Ibsen
there is a ticket about enlisting producers in jmx too by default. On Tue, Jul 15, 2014 at 12:58 PM, dermoritz wrote: > same as here: > http://stackoverflow.com/questions/24755796/how-to-expose-camel-producer-with-jmx > (if you want points ;-)) > > I read the documentation about cam

How to expose camel producer with jmx

2014-07-15 Thread dermoritz
same as here: http://stackoverflow.com/questions/24755796/how-to-expose-camel-producer-with-jmx (if you want points ;-)) I read the documentation about camel jmx. In my case i want to expose some attributes and operations of a Producer (made a custom component). There seems to be no example for