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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -