On Fri, Nov 7, 2008 at 5:21 AM, smo001 <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've got a question about the data handling in active MQ. If i send messages > to a queue and i'd like to transform them, what happens if the > transformation causes an error? Is ist possible to check and resend the > message and where can i find messages which causes errors in transformation? > > I searched the documentation but i couldn't find any thing about the > Errorhandling in Active MQ
What you describe is an ideal use case for Apache Camel: http://activemq.apache.org/camel/ Camel can send and receive messages from ActiveMQ destinations: http://activemq.apache.org/camel/activemq.html It can transform messages: http://activemq.apache.org/camel/message-translator.html It also provides various error handling capabilities: http://activemq.apache.org/camel/error-handler.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/
