What's the best way to store messages in route in apache camel -


i'm working on message pipeline in apache camel , use input on design. basically, messages coming pipe , need stored somewhere before human triggered process manually approves/rejects each message. want resilient if system goes down messages wouldn't lost.

i thinking of converting each message short text file , having camel consume text file. way seem pretty clunky. know of better way of doing it?'

thanks!

use jms/activemq reliable asynchronous messaging...integrates camel , other applications need produce/consume message based data (text, xml, serialized, etc)


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -