[
https://issues.apache.org/jira/browse/ARTEMIS-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
fvaleri updated ARTEMIS-2341:
-----------------------------
Description:
UDP discovery on localhost (all the nodes are in one machine): the MacOS route
command to enable the multicast route to the loopback interface doesn't work
[1].
We should change the command to:
{code:java}
sudo route -nv add -net 231.7.7.8 -interface lo0{code}
Replace 231.7.7.8 with the desired address.
To disable it just run:
{code:java}
sudo route -v delete -inet 231.7.7.8{code}
[1]
[https://activemq.apache.org/components/artemis/documentation/latest/perf-tuning.html#udp-not-working]
was:
UDP discovery on localhost (all the nodes are in one machine): the MacOS route
command to enable the multicast route to the loopback interface doesn't work
[1].
We should change the command to:
{code:java}
sudo route -nv add -net 231.7.7.8 -interface lo0 # replace 231.7.7.8 with the
desired address{code}
To disable it just run:
{code:java}
sudo route -v delete -inet 231.7.7.8{code}
[1]
[https://activemq.apache.org/components/artemis/documentation/latest/perf-tuning.html#udp-not-working]
> Instructions for multicast setup 'route add' on MacOS
> -----------------------------------------------------
>
> Key: ARTEMIS-2341
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2341
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Environment: MacOS
> Reporter: fvaleri
> Priority: Major
>
> UDP discovery on localhost (all the nodes are in one machine): the MacOS
> route command to enable the multicast route to the loopback interface doesn't
> work [1].
> We should change the command to:
> {code:java}
> sudo route -nv add -net 231.7.7.8 -interface lo0{code}
> Replace 231.7.7.8 with the desired address.
>
> To disable it just run:
> {code:java}
> sudo route -v delete -inet 231.7.7.8{code}
>
> [1]
> [https://activemq.apache.org/components/artemis/documentation/latest/perf-tuning.html#udp-not-working]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)