1 Reply Latest reply on May 24, 2011 1:32 PM by thammoud

    Bridge will be deployed message

    thammoud

      Hello,

       

      We are trying to set up a core bridge (HornetQ 2.1.2) under AS61 without much success.

       

      In the hornetq-configuration.xml or the bridge server we added:

       

         <queues>  

            <queue name="jms.queue.Quote2">

               <address>jms.queue.Quote2</address>

            </queue>

        </queues>

       

         <bridges>

            <bridge name="Quote-Bridge-10">

                <queue-name>jms.queue.Quote2</queue-name>

                <forwarding-address>jms.queue.Quote2</forwarding-address>

                <reconnect-attempts>-1</reconnect-attempts>

                <connector-ref connector-name="connector-10"/>    

             </bridge>

         </bridges>

       

      In the boot.log of the server, we get:

       

      09:26:34,896 INFO  [HornetQServerImpl] live server is starting..

      09:26:34,935 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.

      09:26:35,051 WARN  [ClusterManagerImpl] No queue found with name jms.queue.Quote2 bridge will not be deployed.

       

      We must be doing something really stupid. Thanks in advance.

       

      Tarek