This content has been marked as final.
Show 1 reply
-
1. Re: Wildfly 8.2.1, interface IP not propagated to acceptor
jonasventurejr Sep 23, 2015 6:43 PM (in response to jonasventurejr)I mistyped. The only way I've been able to get it to work is actually:
<acceptor name="netty" socket-binding="messaging">
<factory-class>org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory</factory-class>
<param key="port" value="5445"/>
<param key="host" value="${jboss.bind.address}"/>
</acceptor>
and again, that won't work for domain.xml.