5 Replies Latest reply on Feb 6, 2003 9:53 AM by channingwalton

    bind/lookup MBeans to remote JNDI server

    channingwalton

      Hi,
      first, sorry if this is answered elsewhere but I have searched and not found it.

      Background:
      We will have a number of JBoss servers running identical software for a number clients. However, we need to enable MBeans from each server to discover MBeans in the other servers.

      Our idea is that when the MBeans are instantiated, they would bind themselves to a known JNDI server (a JBoss server) so that the other servers can look it up later.

      Is this possible? If so, what do we bind to the remote JNDI server ?

      Channing