On Tue, Oct 7, 2008 at 11:25 AM, devdev <[EMAIL PROTECTED]> wrote: > > Thank you Bruce for the suggestion. I've looked at Camel and it's quite > interesting. However in my scenario, the i am dequeueing from one activemq > instance and pushing the message into another activemq queue. Both activemq > reside on different servers. From what I have seen, I believe Camel would > only route within the same machine. Is that correct?
No, you can route between two ActiveMQ brokers on different servers. See the following for some more info: http://activemq.apache.org/camel/jms.html#JMS-ConfiguringdifferentJMSproviders You need to configure a JMS component for each remote provider and set up the connection factory using the broker URL. Then refer to the endpoint id in the URIs. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/