[jboss-dev] Bind interfaces coming from ServiceBindingManager

Brian Stansberry brian.stansberry at redhat.com
Thu Apr 23 18:37:52 EDT 2009


I think the binding interface for services that open sockets should be 
coming from the ServiceBindingManager, same as the ports do. Currently 
most services use ${jboss.bind.address} to inject the address directly 
into the consuming service. But that precludes a management tool using 
SBM as a central configuration point for all address/port usage in the 
server.[1] Currently it's mostly only useful for the ports; if admins 
wanted to use something other than ${jboss.bind.address} for a 
particular service they'd have to go elsewhere in the tool to configure 
that.

Thoughts?

[1] See my comment on https://jira.jboss.org/jira/browse/JOPR-159

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry at redhat.com



More information about the jboss-development mailing list