On Fri, May 16, 2008 at 7:26 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using servicemix 3.2.1. > I need a functionality so that I can enrich my message with some additional > information and/or change or add some property to it. > > Does servicemix provide some inbuilt functionality to do that. Please help.
See the servicemix-eip component's Content Enricher pattern: http://servicemix.apache.org/servicemix-eip.html#servicemix-eip-ContentEnricher Also, take a look at the servicemix-camel component and it's implementation of the Content Enricher pattern: http://activemq.apache.org/camel/content-enricher.html There are also many ways to achieve content enrichment manually including: * the servicemix-bean component to use Java * the servicemix-script component to use a JSR-223 compliant scripting language * the servicemix-saxon component to use XSLT or XQuery It really just depends on what you're trying to do. 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/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
