Annotation Interface DisableJmx


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface DisableJmx
Indicates if JMX should be globally disabled in the CamelContexts 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
    Whether the test annotated with this annotation should be run with JMX disabled in Camel.
  • Element Details

    • value

      boolean value
      Whether the test annotated with this annotation should be run with JMX disabled in Camel. Defaults to true.
      Default:
      true