2 Replies Latest reply on Aug 11, 2005 6:54 AM by beffe

    Howto register a Message Driven Bean for a topic on another

    beffe

      Hi,

      i have the problem that i have to push messages from one JBoss instance to a queue on another JBoss instance on a second Server.
      The problem is, when the second server is away, i cannot send the messages.
      A solution might be to create a topic on the first server and register a Message Driven Bean on the second server for the topic on the first one.
      How can i do this and will it solve my problem, when the second machine is down or unreachable and a message is sent to the topic?

      TIA,
      Beffe