Hi everybody! I am working in some DSL routes that use a shared route for CRUD 
operations on a system.

A -> CRUD
B -> CRUD
C -> CRUD

The routes A B and C use the CRUD routes, and these routes are set to use the 
throttle filter, to avoid overflowing the server with operations.

I have the problem that when the 3 routes are working, some of the messages 
from route C get processed way later, but they actually should be processed 
first, if it's the case.

I would like to have a priority set to:

C -> 3 (high)
B -> 2 (normal)
A -> 1 (low)

Is there a way to give this priority with camel or any component to the routes? 
I tried to make the routes sequential (stopping the ones that dont get any 
messages), but that does not seem to make the trick.

I would appreciate any advice you can give me. Thank you so much!

Best regards,
--
Jaime Penagos

Ludwig-Maximilians-Universität
Universitätsbibliothek
Abteilung Informationstechnologie

Geschwister-Scholl-Platz 1, 80539 München
Tel.: +49 89 2180 5747
E-Mail: 
jaime.pena...@ub.uni-muenchen.de<mailto:jaime.pena...@ub.uni-muenchen.de>

Reply via email to