So the problem that I am facing right now requires us to do the following:
- We receive a message as an XML on a message queue
- We do some basic parsing on the XML
- We send a request with some information pulled from the XML off to another server
- We wait for the response from that request
- We create a new XML based on information from the response and in the initial XML
- We put that new XML on a different message queue
We are using Camel on the team, and none of use have ever really used it before. From what I have read and looked into, it sounds like this is something that Camel should support, but I don’t know how we configure the route to make it work.
Any help is appreciated!
in short, something like this…