• Disable JMX monitoring in Jboss AS 7

    Greetings Dear developers,   Is it possible to disable JMX monitoring in JBoss AS 7?   We have architected not to use JMX as a tool to control Production. But we found that it consumes a lot of the heap a...
    Profile Photo
    last modified by doyyan
  • How to call JMX through http://localhost:9990/management on JBoss EAP 6.4

    Hello, I gather a lot of monitoring information through Management Console about various parts of JBoss EAP 6.4 domain with curl. Can I call our jmx through the http endpoint with curl ? Something similar to "/mana...
    Profile Photo
    last modified by rbiciste1
  • How to get queues list in Artemis ActiveMQ on Wildfly10

    Hi, I need to get the list of queues programmatically. I found this (Java Code Example org.apache.activemq.broker.jmx.QueueViewMBean ) sample code but I cannot resolve the type BrokerViewMBean. Can anyone point out ...
    Profile Photo
    last modified by lauradp
  • HornetQ Lost Messages and Configurations

    HornetQ Message are lost Hi, We are using HonertQ with Jboss 7 in cluster and non-clustered mode with following default configurations.   <journal-file-size>102400</journal-file-size> <journal...
    Profile Photo
    last modified by versatile62
  • [Artemis on Wildfly 10.0] Unable to lookup a remote jmx interface from java

    Hi, I'm trying to lookup a Wildfly 10 (local for now but potentially remote) Artemis provider using the following code (and the attached standalone.xml):     private QueueControl getJmxQueueControl(String q...
    Profile Photo
    created by lauradp
  • AS 7.1: JMX remote monitoring not working in domain mode?

    Hi,   Connecting to "service:jmx:remoting-jmx://localhost:9999" works only in standalone mode for me.   Yet, I am not able to connect to jboss 7.1 running in domain mode. I used the standard configuration...
    Profile Photo
    last modified by hschmidt
  • list Connection in Use via twiddle

    Hello,   I´m trying to get output the invoke listInUseConnections the CachedConnectionManager via twiddle.sh, but I get the following error:   14:11:02,163 ERROR [Twiddle] Exec failed java.lang.Runt...
    Profile Photo
    last modified by carcara
  • Getting error when attempting to read attributes from JMX object in JBoss AS 7.1

    Hey,       I get the following when I attempt to read attributes from a JBoss AS 7.1 system. I have a vanilla standalone.xml configuration with the jmx subsystem configured as:     ...
    Profile Photo
    last modified by rmercer
  • kindly to help on Schedule Task using ServiceMbean  in Jboss 6.1.0 Final

    Hello guys,   here I would like to plan to schedule task(some business logic ) using scheduleMbean  in JBoss 6.1.0 Final   here attached my  sample code . also attached JBoss  start up logs...
    Profile Photo
    last modified by mahavir
  • MBeans, proper use case?

    I'm trying to insturment a web service using a request handler and an MBean. Currently, I create and register, upon initialization of the handler a custom MBean. Is it more correct to have the MBean contain a referen...
    Profile Photo
    last modified by paper57
  • How to configure remote JMX in wildfly 8.

    How to configure remote JMX in wildfly 8.   I need monitor CPU usage using VisualVM using remote JMX.Could you please some one give me steps to connect.
    Profile Photo
    created by gtulasidhar
  • JMX monitoring of domain controlled servers

    Hi   I use WildFly 8.2 in domain mode and have configured a set of server groups with their servers. The wildfly jmx module is active and remote access successfully opened and accessed at the domain controller....
    Profile Photo
    last modified by thomasmosigfrey
  • How to configure JMX subsystem for JConsole to remote connection?

    Dear all,   How to configure JMX subsystem in Jboss 7.1.1 AS for JConsole to remote connect monitor?   I have googled and tried but still failed to get it work.   Please advice.   Thank you.
    Profile Photo
    last modified by zipzip81
  • Stopping hung threads using JMX console

    Hi All,   Is there any way to stop hung threads using JMX console or any other tool?   Thanks!
    Profile Photo
    last modified by valsaraj007
  • How to get Remote JMX Connection in JBoss AS 7.1.1 Final?

    Hi,        How can i get remote jmx connection in jboss AS 7.1.1 Final by programatically and also using jconsole, for both standalone and domain modes ?
    Profile Photo
    created by selva08
  • How to programmatically stop running MDB?

    Hi everybody,   I had a query regarding stopping and starting MDB. I have tried the following code :   ObjectName objectName;  try {  objectName = new ObjectName(  "jboss.j2ee:bind...
    Profile Photo
    created by jalvares
  • SNMP Status and Future Plans

    Hi all,   I wanted to know if anyone could give me some insight on the status and future plans for SNMP Support in JBoss AS (and potentially other projects) I dig a bit and so far I have found 2 things :   ...
    Profile Photo
    last modified by deruelle_jean
  • Deployment listener with JBoss AS 7+

    Hi,   Is it possible with AS 7+ and Wildfly to register some sort of deployment listeners?   I would like to create a centralized dashboard showing for each environment/machine, which application (+version...
    Profile Photo
    created by xdury
  • Supervision Jboss AS 7 with Zabbix - Leak memory

    Hi,   I use Jboss as 7.1.1 Final and i would want monitored it. For that, i used Zabbix which allow a JMX supervision but i met problems with Jboss. Jboss used a Remoting-jmx protocol while Zabbix JMX Agent us...
    Profile Photo
    last modified by ryuma
  • How to stop service from within startService()

    Hello. I would need to programmatically  stop service bean from its own startService() method. As on our project we have specific config file where is defiened whether service is enabled or disabled. In startServ...
    Profile Photo
    last modified by kolem