activemq - Java binding to ::0 on IPv4-only machine? -
i have java program listens incoming connections on port. i've been using 0.0.0.0
ip address accepts connections on ip on multihomed system. well, ipv4 address, is, , i'd switch ipv6 equivalent, ::0
, accept incoming ipv6 connections well... if code run on ipv4-only system, still work?
update: binding, in case, expressed in form of url - it's configure activemq broker - can't provide null
.
don't specify listen-address @ all. pass null. listen on nics in whichever of ipv6 , ipv4 present on host,
Comments
Post a Comment