Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created February 3, 2016 17:02
Show Gist options
  • Save rafaeltuelho/06cc33712e614a2c7515 to your computer and use it in GitHub Desktop.
Save rafaeltuelho/06cc33712e614a2c7515 to your computer and use it in GitHub Desktop.
Jolokia JMX samples http requests
	http://10.10.57.62:8080/jolokia/list
	http://10.10.57.62:8080/jolokia/search/org.hornetq:module=JMS,type=Queue,name=*

	http://10.10.57.62:8080/jolokia/read/java.lang:type=Memory/HeapMemoryUsage
	http://10.10.57.62:8080/jolokia/read/org.hornetq:module=JMS,type=Queue,name=%22MyQueue%22/MessageCount
	http://10.10.57.63:8080/jolokia/read/org.hornetq:module=JMS,type=Queue,name=%22MyQueue%22/DeliveringCount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment