James.Strachan wrote:
> 
> We've been adding some JMX metrics so you can see throughput through
> endpoints and so forth (rather like folks monitor JMS queues using JMX
> stats). Try using trunk (as many of these changes were made after
> 1.2.0), enable JMX
> <camelContext useJmx="true" ... />
> 

That's about what we need I think. Do you know how to enable it from Java
code? We're not using Spring configuration but just start Camel from a
standalone Java app by calling
    CamelContext context = new DefaultCamelContext();

Thanks,
Arjan

-- 
View this message in context: 
http://www.nabble.com/Inspecting-seda-queues-tp14685106s22882p14689812.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to