org.apache.camel.test.spring
Annotation Type DisableJmx


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=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
 boolean value
          Whether the test annotated with this annotation should be run with JMX disabled in Camel.
 

value

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

Default:
true


Apache Camel