You can use the timer or quartz endpoint to trigger the scheduling. And then invoke the rmi service, and then after that the bean.
Something like: from(timer) .to(rmi) .to(bean) On Sun, Apr 10, 2011 at 8:55 AM, Filippo Balicchia <[email protected]> wrote: > Hello, > I need to implement an example that Scheduled consumes messages from a > remote RMI Server and invoke a bean with the received message. > > The server RMI in a simple hello world server that is exposed with spring > Remoting. > > Could you suggest me, please, where some examples if are there or address > me, my camel route consume a message from rmi not exposed like the example > found in Camel package > > Thanks for help. > > --Filippo > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
