On Tue, Sep 30, 2008 at 8:14 PM, devdev <[EMAIL PROTECTED]> wrote: > > HI all, > > I am looking for writing a feature to forward messages in a given queue to > other queues/topics. Instead of creating a process that listen on the queue > (as consumer) and put the messages in other queues (as publisher) is it more > appropriate to use a plugin or interceptor to host this functionality?
It would be more appropriate to use Camel for this feature. When you download ActiveMQ 5.1, check out the configuration example in conf/activemq.xml and look at the <camelContext> element. It demonstrates how to move messages from one queue or topic to another queue or topic. More information is available here: http://activemq.apache.org/camel/jms.html 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/