You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by James Strachan <ja...@gmail.com> on 2006/11/16 16:15:47 UTC

pluggable MessageTransformer available in trunk

Which allows you to transform messages as they go onto the message bus
or as a JMS client takes them off the bus.

They are described more fully here...

http://activemq.org/site/message-transformation.html

The idea is so that you can use ObjectMessage in your code; but then
if you wish to avoid Java serialization at deployment time you could
configure your connection factory so that the actual messages which
make it onto the bus are of type TextMessage and use XML via XStream
(via the XStreamMessageTransformer) or via JAXB2 to contain the data
etc.

Feedback greatly appreciated
-- 

James
-------
http://radio.weblogs.com/0112098/

Re: pluggable MessageTransformer available in trunk

Posted by mikmela <mi...@yahoo.com>.
MessageTransformer plugin has access to a message. I wonder what would be a
proper way to handle exceptions occurred while performing transformations
and how actual message can be accessed in the exception handler?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html