1 Reply Latest reply on Aug 20, 2006 3:08 PM by brian.stansberry

    LoadBalancing application wrapped in JMX

    garitt

      Hi All,

      I have wrapped an application using JMX and deployed in JBOSS as an MBean service.

      I am using JBOSS clustering with difference instances running on different systems.

      On deployment, the application is now available on all the running nodes which indicates that clustered environment is correctly setup.

      An external client, is sending messages to this wrapped application by providing a particular IP address and port number.

      As is obvious for Load Balancing, I am trying to ensure that if the number of message is more than X per sec, then the additional messages must go to the next node.

      Can anyone suggest how can I achieve this ?

      Regards,
      Arijit