On 7/13/06, Charlesh <[EMAIL PROTECTED]> wrote:
somebody help? have source example? I only implemented methods "poll" and "transform". this http://incubator.apache.org/servicemix/why-does-my-sender-not-send.html the method onMessageExchange implement, are in super().
You need to call done() to complete the message exchange - which is a helper method available from the super class. Try look at some of the source code of the example components for inspiration of how to write components... http://incubator.apache.org/servicemix/components.html -- James ------- http://radio.weblogs.com/0112098/
