This content has been marked as final.
Show 2 replies
-
1. Re: Calling MBeans via command line in AS 7?
ssilvert Jun 27, 2012 7:58 AM (in response to enguerrandd)I don't know which MBeans you want to call, but you can find MBeans exposed under core-service=platform-mbean. CLI GUI lets you browse them and form commands that you can cut and paste into a CLI script.
Stan
-
2. Re: Calling MBeans via command line in AS 7?
enguerrandd Jun 27, 2012 8:47 AM (in response to enguerrandd)Hi,
I have an application running on AS 7 that is exposing mbeans. I can see and call them with jconsole but can't see them in the CLI. It seems that only jboss core mbeans are availabe in the CLI? I found some command line jmx-clients (http://stackoverflow.com/questions/1751130/calling-jmx-mbean-method-from-a-shell-script) but none of them seems to support the remoting-jmx protocol out of the box.