0 Replies Latest reply on Dec 2, 2003 10:58 AM by julien

    Notification service

    julien

      Hi,

      I'm trying to implement the notification service explained in Ivelin Ivanov's doc(http://www.cocoonhive.org/articles/jboss/20030705/JBoss322-HAExamples.html#Notification_Service).
      I need only one slight difference: When I start the service on a new cluster, I'd like to have all the messages already received copied on the new node.

      I'm trying to use the HAPartition.HAPartitionStateTransfer interface to do this. Is it the right way to do it?
      If yes how can I make it work?