-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
Need an altered remoting connector config file that can support using different binding ports per AS instance if multiple instances run on the same machine and don't bind to different addresses. Per discussion on the forum thread, approach will be to have the port defined by a system property, with the a ServiceBindingManager component setting the system property. The SBM component is ready to go, so just need the file.
https://svn.jboss.org/repos/jbossas/trunk/testsuite/src/resources/test-configs/binding-manager1/deploy/messaging/remoting-bisocket-service.xml is an example of what such a file would look like. I'm using that now to test SBM functionality.