Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Willem Jiang
+1 to turn off the JMX load statistics by default. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Feb

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Jon Anstey
Good idea. +1 On Feb 10, 2014 5:45 AM, "Claus Ibsen" wrote: > Hi > > Background > http://camel.apache.org/camel-jmx > > In Camel we have a load statistics in JMX that calculates a "load" per > 1, 5, and 15 minutes - which is similar to the concept on unix such as > the top command (load avg) > >

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Christian Müller
+1 to turn it off by default. +1 to raise a JIRA to improve the current implementation Best, Christian Am 10.02.2014 10:15 schrieb "Claus Ibsen" : > Hi > > Background > http://camel.apache.org/camel-jmx > > In Camel we have a load statistics in JMX that calculates a "load" per > 1, 5, and 15 minu

Re: Upgrade to CXF 2.7.10

2014-02-10 Thread Christian Müller
Hi Dan! Thanks for taking care of it and fixing the failed test! Best, Christian Am 10.02.2014 17:32 schrieb "Daniel Kulp" : > > On Feb 10, 2014, at 2:43 AM, Christian Müller > wrote: > > > After upgrading to CXF 2.7.10 in camel-2.11.x, > > > > > org.apache.camel.component.cxf.AbstractCXFGreete

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread James Carman
I'm +1 On Mon, Feb 10, 2014 at 12:08 PM, Daniel Kulp wrote: > > I'm +1 to this. > > The OTHER big problem with the current JMX stats is that they are poorly > implemented as a gigantic synchronized block which then has a bunch of > internal synchronized blocks. In some of the load testing I'v

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Daniel Kulp
I’m +1 to this. The OTHER big problem with the current JMX stats is that they are poorly implemented as a gigantic synchronized block which then has a bunch of internal synchronized blocks. In some of the load testing I’ve done when using a single route with a lot of threads, I’ve seen a l

Re: Upgrade to CXF 2.7.10

2014-02-10 Thread Daniel Kulp
On Feb 10, 2014, at 2:43 AM, Christian Müller wrote: > After upgrading to CXF 2.7.10 in camel-2.11.x, > > org.apache.camel.component.cxf.AbstractCXFGreeterRouterTest.testPublishEndpointUrl > > is failing on my machine. I will have a look at it in the evening. If one > of the CXF fellows could

Extend bean component options

2014-02-10 Thread Steffen Brauns
Is it possible to extend the bean component options with following option (it's the same option as in language component)? Name:transform Default Value:true Type: boolean Description: Whether or not the result of the invoked bean method should be used as the new message body. By setting to false

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Preben.Asmussen
+1 I would really appreciate that. IMHO load stats. might be useful in some cases, but should be turned off by default. best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/DISCUSS-Turn-off-JMX-load-statistics-by-default-tp5747018p5747040.html Sent from the Camel

[DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread Claus Ibsen
Hi Background http://camel.apache.org/camel-jmx In Camel we have a load statistics in JMX that calculates a "load" per 1, 5, and 15 minutes - which is similar to the concept on unix such as the top command (load avg) Though to do this we have 1 background thread that once per second calculates t