Re: JMX issues with processor

2020-12-15 Thread Claus Ibsen
Ad 1) Its the new endpoint-dsl. Those expressions will be like that. Using getUri is a workaround but not ideal. We can see if we can improve this in camel-management. You are welcome to create a JIRA about this. Ad 2) Yeah that too is a little bug. You can do a PR to implement and return true

RE: JMX issues with processor

2020-12-15 Thread CASAUX Nicolas
Sorry, I forgot this... I'm using Camel 3.6.0, and my tests are with an IDE using camel-main. Regards, Nicolas -Message d'origine- De : Jean-Baptiste Onofre Envoyé : mardi 15 décembre 2020 08:54 À : users@camel.apache.org Objet : Re: JMX issues with processor Hi Nicolas, W

Re: JMX issues with processor

2020-12-14 Thread Jean-Baptiste Onofre
Hi Nicolas, Which camel version are you using ? And which runtime ? Regards JB > Le 14 déc. 2020 à 19:24, CASAUX Nicolas a > écrit : > > Hello ! > > I may have found two minor bugs with data available from processors through > JMX. > > 1) > When I use processors like : > .enrich().constant

JMX issues with processor

2020-12-14 Thread CASAUX Nicolas
Hello ! I may have found two minor bugs with data available from processors through JMX. 1) When I use processors like : .enrich().constant(direct("myEndpoint").failIfNoConsumers(false)) in JMX data, the exposed "ExpressionLanguage" is empty, and the "Expression" is something like "org.apache.c