Log in to follow, share, and participate in this community.
Thread Disable JMX monitoring in Jboss AS 7
Disable JMX monitoring in Jboss AS 7Greetings 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...
Thread How to get queues list in Artemis ActiveMQ on Wildfly10
How to get queues list in Artemis ActiveMQ on Wildfly10Hi, 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 ...
HornetQ Lost Messages and ConfigurationsHornetQ 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...
Thread AS 7.1: JMX remote monitoring not working in domain mode?
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...
list Connection in Use via twiddleHello, 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...
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...
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.
Thread JMX monitoring of domain controlled servers
JMX monitoring of domain controlled serversHi 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....
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...
SNMP Status and Future PlansHi 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 : ...
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...
Thread Supervision Jboss AS 7 with Zabbix - Leak memory
Supervision Jboss AS 7 with Zabbix - Leak memoryHi, 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...
Thread How to stop service from within startService()
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...