Annotation Interface DisableJmx
Indicates if JMX should be globally disabled in the
CamelContext
s that are bootstrapped during the test
through the use of Spring Test loaded application contexts. Note that the presence of this annotation will result in
the manipulation of System Properties that will affect Camel contexts constructed outside of the Spring Test loaded
application contexts.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether the test annotated with this annotation should be run with JMX disabled in Camel.
-
Element Details
-
value
boolean valueWhether the test annotated with this annotation should be run with JMX disabled in Camel. Defaults totrue
.- Default:
- true
-