10 Replies Latest reply on May 1, 2009 8:20 PM by jamie3_james.archibald

    Activemq to Activemq Bridge?

    jamie3_james.archibald

      I want to bridge the messages from one activemq to another activemq server (on separate machines) via camel/spring. Here is my spring configuation which for some reason does not route the messages from the source to the destination:

       

       

              <property name="brokerURL" value="tcp://$:61616" />

             

              <property name="brokerURL" value="tcp://$:61616" />

             

       

      Edited by: jamie3 on Apr 20, 2009 6:36 PM