Hi all,
I need to support multiple consumers inside the component I am developing.

I am wondering which is, in your opinion, the best way to handle it.

I see two options:

1) create 1 Camel Consumer and, inside it, create multiple "endpoint
consumers" (each in its own thread, using an ExecutorServiceStrategy)

2) create multiple Camel Consumers from the endpoint class.

Which is best ? Which approach is most used inside Camel ?

Thanks,
Emanuele

--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-correctly-handle-multiple-consumers-tp4646219p4646219.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to