This feature is available in Fabric3 1.9.5
The Fabric3 Server can be configured for deployment to multi-homed machines by including the runtime/@host.address attribute in systemConfig.xml:
<config> <runtime mode="participant" port.range="8282-8382" host.address="192.168.1.64"/> <!-- ... --> </config>
If the host.address attribute is set, all socket listeners (e.g. HTTP, ActiveMQ JMS) will be bound to the specified IP address.
Add Comment