0 Replies Latest reply on Sep 4, 2008 2:30 PM by jnl1

    clustering jmx - noobie question

    jnl1

      hi all...i'm not sure this is the correct place to post this (let me know if not).

      i have jmx mbean right now that processes jobs for N applications. there are about 5 different jobs that it processes. the jmx mbean runs in a single jboss/vm instance currently.

      we're going to be moving to a clustered environment. i'm wondering if someone can point me to some documentation on what issues i may encounter.

      one of my concerns is how the jmx bean won't 'crash' into each other. for example, if one instance is processing a job, how does the other jmx bean instances know not to process the same job.

      maybe my question(s) are off base (my bad). i'm trying to figure out the issues involved (and coding/configuration changes) moving to a clustered environment.

      thanks