Hi What OS do you use?
And do you have a http server listening on port 12345, or is the port not in use at all? What do you see in the log? On Mon, Sep 17, 2012 at 8:42 AM, Kramer, Ulrich <u.kra...@sap.com> wrote: > Hello! > > in Apache Camel 2.10.1 the following route leaves the files in the source > directory opened, if the destination is not reachable. Every second the > number of opened files (lsof -p <pid>) is increased by 2. > > from("file:/tmp/inbox").to(""jetty:http://localhost:12345/xxx") > > But the route > > from("file:/tmp/inbox").throwException(new Exception("Test")) > > works fine. Is this a bug? -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen