0 Replies Latest reply on Sep 10, 2003 3:26 AM by lbasili

    Load balancing from embedded clients

    lbasili

      Hello,
      I created a cluster partition with two nodes.
      On both nodes, I have a client (a MBean) that runs in the same VM of JBoss.
      When this client uses the EJBs, I would like the calls to be load-balanced between nodes in the cluster.
      I noticed that if does not happen ( the client always invokes EJBs residing on the VM that is running on).
      What have I to do ? Maybe have I to force the client to use RMI on lookups ?
      Thanks in advance,
      Ludovico