Log in to follow, share, and participate in this community.
Thread Jmx client issue inside JBoss servlet
Jmx client issue inside JBoss servletHi, i have a jmx client to get attributes on servers, it works well in standalone program : here is the code : ObjectName objectName = new ObjectName("jgroups:type=protocol,clust...
Thread Check if a JMS Queue exists before creating one
Check if a JMS Queue exists before creating oneHi, I am new to Jboss. I am using v 7.1.1. I am able to create hornetq queues dynamically using the JMX Api as follows. JMXServiceURL serviceURL = new JMXServiceURL(urlString); ...
Replacing JMX notifications in JBoss 7How to monitor logging and system shutdown notifications in JBoss 7? You could previously do this in JBoss 4,5 with JMX notifications. What alternatives have you all found out there? We are on JBoss ...
Deploying Pojo MBean in EARHi everyone, I would like to know how should I deploy POJO Mbean into an EAR on Jboss 6.1 ? When I deploy an mbean as sepearte jar I only need to put *-jboss-beans.xml file into deploy folder with the definiti...
JBOSS Management APIExecuting a short timeframe project that requires accessing management data for several JBOSS AS servers. Development environment is Windows XP SP3, NetBeans 7.1.1, Java 1.6 EE JBOSS 7.1.1 Final installed from zip &...
Thread.sleep in mbean give 100% cpuI have a mbean to setup the database. But if the database is not available then the mbean will sleep in 5 min and then try again. When the database is up running then the mbean will continue. When I am using T...
Thread Accessing WebApplication Status through JMX
Accessing WebApplication Status through JMXHello! I am trying to get the status of the deployed WebApplications on JBoss through JMX. I wrote a groovy code, but I am not seeing any JBoss MBean in my output. Just for testing I tried to ...
Specify a jmxrmi portHi, I am currently using JBoss 5.1 EAP and am currently using JMX like so: JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=18080" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.aut...
jmx schedulingBuongiorno a tutti, ho la necessità di far partire una mia applicazione, un file .jar, automaticamente insieme a JBoss. Ho fatto in modo che la classe principale estendesse la classe "Schedulable" e ho modifi...
Thread JBoss 4.2.3 Global Transaction Across Multiple Nodes on Oracle RAC
JBoss 4.2.3 Global Transaction Across Multiple Nodes on Oracle RACAnyone in this group can offer some insights on whether JBoss 4.2.3 or other version is able to handle global transaction across multiple nodes among an Oracle RAC? As Oracle RAC requires that all database ope...
Thread Accessing JMX Bean results in "No child 'request-properties' exists"
Accessing JMX Bean results in "No child 'request-properties' exists"Hello there, I want to access a JMX bean. I have tried this with a bean named like "jboss.as:deployment=MyApp.ear" and it works fine. Now I want to acces a bean named like "jboss.as:subsystem=security,security...
Thread web console navigation applet gone after securing applicatio
web console navigation applet gone after securing applicatioI have secured the web console application using the instructions provided at http://www.jboss.org/community/docs/DOC-12190. However when I run the web console the navigation applet does not appear. It is fine when th...
Thread AS 7.1.0_final: Manage the host controller via JMX remotely
AS 7.1.0_final: Manage the host controller via JMX remotelyHi all Based on this discussion https://community.jboss.org/thread/196236 I understood that a JBoss AS 7 server can be managed by means of JMX remotely (JMX is exposed by means of JBoss remoting, default port...