[jboss-as7-dev] JMX add/remove connector

Kabir Khan kabir.khan at jboss.com
Mon Aug 22 12:01:48 EDT 2011


JMX has the following ops

/subsystem=jmx:add-connector(name=xxx,……)
/subsystem=jmx:remove-connector(name=xxx)

I'd like to move these to fit the normal add/remove pattern, e.g.

/subsystem=jmx/connector=xxx:add(…)
/subsystem=jmx/connector=xxx:remove

I didn't find an existing JIRA for this so I created https://issues.jboss.org/browse/AS7-1616


More information about the jboss-as7-dev mailing list