Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 566 Bytes

hybris groovy scripts

##activemqjmx.groovy

Groovyscript that connects to a given jmx port and can iterate over activeMq QueueViewMBean and list the sizes of the given queues, can also work with a password and username on activeMq. Can be used for much more purposes than that

##hybris-webserver.groovy

Simple webserver based on the com.sun.net.httpserver.HttpServer with a few convinience methods and already added basic stuff like spring service integration and json responses.

Uses JsonBuilder from groovy

Can be run from hybris HAC as a groovy script