Questions tagged [simplejmx]

SimpleJMX is a Java library that provides classes that simplify the publishing of objects using Java’s Management Extensions (JMX). It also includes a programmatic JMX client and a web interface.

For more information, please see the SimpleJMX home page for downloads, documentation, and example programs.

6 questions
5
votes
2 answers

JMX exporting framework similar to Spring JMX exporter

Is there anything similar to the Spring JMX exporter out there WITHOUT using the Spring framework? SimpleJMX seems to be reasonable but seems also to be a very young framework pushed only by a single person. I'm in need of exposing a whole bunch of…
qupera
  • 1,039
  • 9
  • 6
3
votes
1 answer

java.lang.NoClassDefFoundError: org/eclipse/jetty/server/nio/SelectChannelConnector using com.j256.simplejmx.web.JmxWebServer

I am trying to implement simple JMX Client/Server using com.j256.simplejmx. I want to spy my objects using Web Browser. I copied a really simple piece of code: package com.my.package.jmx; import com.j256.simplejmx.web.JmxWebServer; public class…
ruhungry
  • 4,506
  • 20
  • 54
  • 98
2
votes
2 answers

Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jetty/server/AbstractConnector

I have got Spring project. I need to use JMX. I am using simplejmx - I found it really useful but unfortunately, I cannot manage few, basic things. I wrote a really simple server: package com.pckg.jmx; import…
ruhungry
  • 4,506
  • 20
  • 54
  • 98
1
vote
2 answers

How to get number of messages processed by queue created with activeMQ in java?

We have created routes with apache camel ,in which we are using activeMQ to publish & subscribe messages from Queues please find below activeMQ configuration used
Santosh Kumar
  • 77
  • 2
  • 14
0
votes
2 answers

How to get JMX connection in JBoss fuse

Im try to get JMX connection from JBoss fuse, to count number of pending messages in ActiveMQ but im not able to get JMX connection. It always ends with exception JMXServiceURL url = new…
herman shafiq
  • 499
  • 2
  • 8
  • 26
0
votes
3 answers

JmxResource published with simplejmx does not appear in JConsole

I am using simplejmx to publish my JMX Resources. I have got jmx-config.xml
ruhungry
  • 4,506
  • 20
  • 54
  • 98