Apache camel to aggregate multiple REST service responses
I m new to Camel and wondering how I can implement below mentioned use case using Camel, We have a REST web service and lets say it has two service operations callA and callB. Now we have ESB layer in the front that intercepts the client requests before hitting this actual web service URLs. Now I m trying to do something like this - Expose a URL in ESB that client will actually call. In the ESB we are using Camel's Jetty component which just proxies this service call. So lets say this URL be /my-service/scan/ Now on receiving this request @ESB, I want to call these two REST endpoints (callA