Java RMI & IP multicasting
843793Jun 26 2006 — edited Jun 27 2006Hi,
I'm wondering if there's a mechanism to communicate Java RMI over IP multicast addresses.
My problem is the following: I have many client applications running all over my network infrastructure. They all provide the same RMI interface and register on the same RMI service name & port on their machines. Now I want to call methods of all of them at the same time. I thought this might be possible through IP multicasting, because then I can connect to different systems using one IP address. Is this possible with Java RMI?
Thanks for your help,
Anna