This project intends to show how Camel can abstract implementation when dealing with different type of protocols
Companies always need to integrate different systems, doing so they come across some challenges... Camel comes with the responsibility to prevent us from reinventing the wheel by providing easy methods to track, handle and deliver messages
You need to consume some xmls from ./invoices-folder/*
then
- Send xmls with the tag
<valid>true</valid>
toQUEUE:VALID_INVOICES
then toDATABASE
- Send xmls with the tag
<valid>false</valid>
toQUEUE:INVALID_INVOICES
and save them into./invalid-invoices-folder