question

Upvotes
Accepted
210 4 5 7

Unable to enable multicastLoop in RFA Java

I am trying to configure an RSSL Multicast Consumer transport to run on the same server as the Multicast ADS. In order to do so, I need to enable Multicast Loopback in RFAJ but I don't see any such parameter in the RFA configuration editor or in the Configuration Logging Guide.

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
11.5k 16 7 10

Hi @ron.bove.1

The RFA APIs do not support this MCAST loopback scenario. Only segmented topologies are supported for the multicast-based connection type. It means the MCAST Provider (ADS or RFA Non-Interactive Provider) and MCAST Consumer must be in a different network only as shown below (it shows as RFA Non-Interactive Provider but it also applies to the ADS MCAST as well).


diagram.png (29.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
11.5k 16 7 10

Hi @ron.bove.1, do you plan to run RFA Java consumer application in the same machine with Multicast ADS machine and connect to ADS using same interface (address/port)?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
11.5k 16 7 10

Hi @ron.bove.1,

The ADS server has the "multicastLoop" configuration, did you try it yet?

@S@N@@SET MULTICAST LOOPBACK@ *"${svc}"."${inst}".RRCP*multicastLoop : FALSE
#help
    multicastLoop: { True, False }
    Enable/Disable loopback for outbound multicast traffic.
    Default value: FALSE
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
210 4 5 7

Yes, I plan to run the RFA Java Consumer application on the ADS itself. Its for LAB testing. And yes, I have multicast loop enabled on the ADS but I believe it must be enabled on the application as well.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea