You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Why is my processor not showing up in JConsole

Not every processor is managed and thus not all is visible in the JConsole.

A processor must implement the org.apache.camel.Service to be managed. Most EIP processors does this.
For example the minor ones such as setHeader does not and thus is not visible in JConsole.

See also

  • No labels