python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Camel - start route when multiple files in directory
I want start camel route when 4 files with specific names are in directory. When file1.csv.sem, file2.csv.sem, file3.csv.sem, file4.csv.sem start camel route.
<from uri="file:{{directory.path...

MrNone
Votes: 0
Answers: 1
consume external api from apache camel XML
I have a service with apache camel that must verify an email and it is this:
http://localhost:8017/camel/v1/common-validations/email/mymail@gmail.com
This service calls an api that is on another serv...
Guillermo Contreras Gomez
Votes: 0
Answers: 1
Need to end Apache camel split while processing
My intention is to send a list of messages one by one (messages are generate using values from db).
What I do is query and get the message list attach it to the exchange and use split to slipt the mes...
Pubudu Ranathunga
Votes: 0
Answers: 1
NoSuchMethod during in-route EDIFACT unmarshal
I'm trying to make unmarshalling a file in a camel route work. I'm using the SmooksDataFormat to do so. Currently I have these things configured:
Route:
@Component
public class MyRoute extends RouteBu...
MarcoB
Votes: 0
Answers: 2