[jboss-dev-forums] [Design of Management Features on JBoss] - ObjectName for clustered webapp session managers
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Aug 21 12:44:09 EDT 2008
The ObjectName we use to register a clustered webapp's session manager doesn't follow the same pattern as non-clustered Managers.
Clustered webapp:
jboss.web:WebModule=//localhost/http-sr,service=ClusterManager
Non-clustered:
jboss.web:host=localhost,path=/,type=Manager
This will cause difficulties for ModClusterService, which has some beans that use JMX queries to gather load metrics. Plus, it just seems ugly.
My intent is to have JBossCacheManager use ObjectNames that follow the non-clustered pattern. Tools only looking for clustered webapps can include the "Distributable" attribute in their query.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171831#4171831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171831
More information about the jboss-dev-forums
mailing list