On Mon, Jul 27, 2009 at 6:35 PM, msjwhite<[email protected]> wrote: > > Confirmed JMX Attributes for routes are now being updated when messages flow > in 2.0-SNAPSHOT. Great
> > The timestamps for last valid and failed messages and the message count are > correct. Also great > > But I have a query about the processing times being reported - they cannot > be the combined process time of all the processors or the time the message > is in the route (I have processors in my route that take >200ms, but the > route is still saying a <1ms processing time). > > What are the route processing times based on? There are no real "processor" that hits to instrument a route so the timing reported would be the "total" time it took to route that exchange in this route. So the timing is e.g. from the first processor. Anyway the JMX stuff is slated for overhaul in Camel 2.1 so we will have a 2nd change to address it there properly. > > Thanks > Mark > -- > View this message in context: > http://www.nabble.com/Routes-JMX-attributes-not-updated-in-2.0-M2-tp24631265p24683964.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
