Quantcast
Channel: JavaPins - Stories tagged with jmx
Viewing all articles
Browse latest Browse all 10

Enabling JMX in Gradle’s jetty Plugin | James Carr

$
0
0
It’s another day, which means another gradle tip. I have been experimenting with JMX lately and using MBeanExporter to export spring beans so that I can interact with them over JMX (specifically, stopping and starting rabbitMQ consumers). I can get this working on any container easily enough but I really wanted to get it working with my locally running jetty instance launched by gradle.
Pin it

Viewing all articles
Browse latest Browse all 10

Trending Articles