Annotation Type DisableJmx
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface DisableJmx
Indicates if JMX should be globally disabled in theCamelContexts 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 Elements Modifier and Type Optional Element Description booleanvalueWhether the test annotated with this annotation should be run with JMX disabled in Camel.
-