Package org.apache.camel.test.spring
Annotation Type DisableJmx
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface DisableJmx
Deprecated.Indicates if JMX should be globally disabled in theCamelContext
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 Elements Modifier and Type Optional Element Description boolean
value
Deprecated.Whether the test annotated with this annotation should be run with JMX disabled in Camel.
-