[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-438) Allow ports used by JBossMessaging to be mapped using ServiceBindingManager
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Sat Sep 30 00:53:42 EDT 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-438?page=comments#action_12344359 ]
Ovidiu Feodorov commented on JBMESSAGING-438:
---------------------------------------------
The clustering installation script deals with this issue by making a local copy of sample-bindings.xml ($JBOSS_HOME/server/<config-name>/conf/binding-manager.xml) and adding the overrides there.
The problem is that overrides are too brittle: Remoting Connector doesn't support a port reconfiguration on the fly (at least not the way ServiceBindingManager does it), so I need to hard-code full InvokerLocator configurations (with host, port, serializationType, leasePeriod, etc) in binding-manager.xml.
The correct solution of the problem is to modify the Remoting Connector to allow port and host reconfigurations on the fly, in a manner compatible with ServiceBindingManager.
> Allow ports used by JBossMessaging to be mapped using ServiceBindingManager
> ---------------------------------------------------------------------------
>
> Key: JBMESSAGING-438
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-438
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assigned To: Ovidiu Feodorov
> Fix For: 1.2.0.CR1
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list