2 Replies Latest reply on Jan 7, 2006 3:55 PM by thl-mot

    Custom Cluster Service

    thl-mot

      Hi,
      I am working on a clustered service. Each instance of the service in a partition needs to be informed of changes.
      How can I use the already configured partitions to send serializable POJOs from one triggering service to all others. The receiving services must integrate this POJO immediately.
      Is there any example available how to do this?

      Thanks

        • 1. Re: Custom Cluster Service

          One way is probably using JBossCache where it has a TreeCacheListener that you can subscribe.

          -Ben

          • 2. Re: Custom Cluster Service
            thl-mot

            I think JBossCache might be too big for my needs here. The POJO should be thrown away after all other clustermembers have recognized it.
            Is it possible to find out the Partitionname of the jboss instance where my service-instance is running?

            I think in my case I have to implement my own trigger mechanism with JGroups.
            Any better Ideas?

            Thomas