I have developed a camel application which is exposed as a webservice which
accepts SOAP/HTTP request from the client application, after processing the
request it has to invoke another system via Websphere MQ.
My camel application consists of two routes. First route is CXF route which
accepts the
Hi,
I am trying to create an application which is exposed as a
webservice(soap/http) through camel-cxf, after that I want to perform some
transformations and then send the transformed request to MQ(Active MQ) using
request-response patten. On receiving the response from MQ consumer perform
reverse