Hi everybody!
After we implemented our routes based on ideas, described in the forum post
http://camel.465427.n5.nabble.com/How-to-grab-a-only-one-file-with-camel-td4930104.html,
we got a big problem. Basically we have 2 Camel routes, one of these routes
is always asking (polling) for a single fil
Hi!
Thank you for your answer, but I have to tell you, that we can't use any
component specific feature, because our solution should work with file and
ftp access (Generally it should work with every component, which just needs
a URI to grab a file).
I recommend reading JB's blog to everybody who
Hi everybody,
After we got the expertise, that camel doesn't support consuming a fix
amount of files and stops after all files are consumed, we want to implement
our own customized endpoint, which is able to fulfill our requirements.
Basically we have to grab some files at a defined moment. We g
Hi!
Thank you for your answer. I have to say, that we have to use camel in our
project and it was
really helpful until now.
We have also thought about the most of your solutions, but we aren't
satisfied about most of them,
because, this will destroy our nice written routes. :( We can't imagine,
Hi everybody,
In our project we have to grab lots of files out of a directory and copy
them into another directory.
The time, when we start the file consumption is fixed and given, we just
have to grab all files from
the directory.(What I have to say is, that we don't know how much files we
have
Hello,
In our project we are using Apache Camel to create an interface between two
software systems. While we transform XML Data we need to
automatically create a XML based protocol. Here is an simplyfied example of
what i mean:
persons.xml:
stefan
lukas
transform.xsl shall transform the pe