Creating the Route
To create the Route, we need a cJMSConnectionFactory
component to specify the connection factory for message handling, two
cJMS components, one to read a JMS message from one queue and
send the request to the Web service and the other to retrieve the response from the Web
service and save it in another queue, and a cSOAP component to
connect to the Web service.