Issue with CXF and WebsphereMQ using Inout()

2012-04-19 Thread Sree
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

Basic Request-Response pattern using MQ

2012-03-20 Thread Sree
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