Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Last active January 1, 2016 06:09
Show Gist options
  • Select an option

  • Save cedricvidal/8102842 to your computer and use it in GitHub Desktop.

Select an option

Save cedricvidal/8102842 to your computer and use it in GitHub Desktop.
Jolokia Camel queries

Queries Load01, InflightExchanges and LastProcessingTime of all routes

http://localhost:9180/jolokia/read/org.apache.camel:context=*,type=routes,name=*/Load01,InflightExchanges,LastProcessingTime

Queries the current queue size of queue backed endpoints (selects only endpoints which are backed by a queue such as vm and seda)

http://localhost:9180/jolokia/read/org.apache.camel:context=*,type=endpoints,name=*/CurrentQueueSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment