Re: get consumers and producers info within Camel

2020-10-22 Thread Claus Ibsen
"date" but "data" of the consumers and the producers > of my Camel context... > > -Message d'origine- > De : CASAUX Nicolas > Envoyé : jeudi 22 octobre 2020 09:32 > À : users@camel.apache.org > Objet : get consumers and producers info within Ca

RE: get consumers and producers info within Camel

2020-10-22 Thread CASAUX Nicolas
Sorry for the typo, not "date" but "data" of the consumers and the producers of my Camel context... -Message d'origine- De : CASAUX Nicolas Envoyé : jeudi 22 octobre 2020 09:32 À : users@camel.apache.org Objet : get consumers and producers info within Camel

get consumers and producers info within Camel

2020-10-22 Thread CASAUX Nicolas
Hello ! I would like to retrieve date of the consumers and the producers of my Camel context (org.apache.camel.management.mbean.ManagedConsumer and org.apache.camel.management.mbean.ManagedProducer) As I'm using Camel 3.6.0, I used this: getContext().getExtension(ManagedCamelContext.class) >Fr