Okay this was my question. My problem was, that i read in Active MQ that i can transform messages with it. But i think it means the transformation from one message type into an other message typ, but not the transformation of the message content. Now i'll take a look to Apache Camel. What do you think is the better projekt for message tranformations? Should i use Camel or Apache ServiceMix in combination with ActiveMQ. ServiceMix seems to be much more flexible. But first i've to read about both projekts.
Thanks for your help an for the links. Stefan bsnyder wrote: > > 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/ > > -- View this message in context: http://www.nabble.com/Data-Handling-in-AMQ-tp20379556p20434768.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
