Varun,

... or you could have a look at http://activemq.apache.org/camel/etl.html and related page to build something similar with the servicemix-camel component.

Gert

Bruce Snyder wrote:
On Tue, Apr 22, 2008 at 11:43 PM, Rally, Varun <[EMAIL PROTECTED]> wrote:
Hello All,



 I want to achieve ETL (Extract Transformation Load) functionality with
 ServiceMix. Can somebody let me know any module that let us achieve this
 functionality?

The best way to achieve this currently is probably using the
servicemix-bean component. The servicemix-bean component is not
designed for ETL specifically, but it allows you to write POJOs to do
anything you like and to intercept message exchanges to work with
messages. Inside of your POJOs you could extract data from a
datasource, transform it and reload it all using Java.

Bruce

Reply via email to