1 Reply Latest reply on Jun 15, 2007 10:53 AM by adrian.brock

    Message Bridge Configuration

    adoorsarath

      sir,

      I am new to JBoss.I want to configure a message Bridge which consumes messages from a source queue , and send them to target queue , typically on a different server.

      Here I am using JBossMQ as the JMS provider.

      can any one suggest me few URLs which can solve my problem.

      I have the solution if I use Jboss Messaging as the JMS provider

      But i need it to use JBossMQ

      would indeed appreciate help on this

        • 1. Re: Message Bridge Configuration

          This is really an FAQ since it has been answered many times before.
          I'd rather not put it in the FAQ since it is big enough already.

          JBossMQ has no MessageBridge
          but it is trivial to implement with an MDB using java:/JmsXA to send the messages.