6 Replies Latest reply on Nov 8, 2011 11:31 AM by vblagojevic

    Using DistributedExecutorService and JGroups RELAY

    dsb

      I need to figure out a way to run DistibutedCallable's only on a single site in a 2 site deployment that uses the JGroups RELAY protocol. I know there is a way in JGroups to mark a message using the flag Message.NO_RELAY to prevent the message from traversing the RELAY cluster to the other site. As the second site is used for geographic failover and is geograically distant I don't the Callable's to run on this site.