Re: CAMEL + CXF+ ACTIVE MQ

2013-10-01 Thread pannereselvam
Thanks Willem.




--
View this message in context: 
http://camel.465427.n5.nabble.com/CAMEL-CXF-ACTIVE-MQ-tp5740278p5740648.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: CAMEL + CXF+ ACTIVE MQ

2013-09-28 Thread Willem Jiang
Camel jms endpoint supports request/response model. You don't need to another 
endpoint for sending response.

发自我的 iPhone

 在 2013年9月27日,上午5:20,pannereselvam panneer.prak...@gmail.com 写道:
 
 Hi,
 I have to perform all these (camel, cxf and active mq) in Fuse 7.1.0
 Requirement:
 Retrive Customer details based on given customer id. 
 came- Router , 
 CXF - web service
 Active MQ - Message queue.
 Question:
 In webservice, How should sends the response to same endpoint where request
 generated ?
 Steps:
 1. Have a CXF web service in front( sends SOAP message). Assume 
  Eg:  soap:envelope
 soap:body
   customer
 id1233/id
   /customer
 /soap:body
   /soap:envelope
 2. If customer id presents in DB , get the details , otherwise going to make
 a external (http) call to get complete customer details.
 3. The result is stored in queue for further processing 
 4. Finally the result should sends back to to CXF where it requested. Do we
 need another end point ?
 
 
 Please advise. Much appriciated your response. 
 
 
 
 
 
 
 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/CAMEL-CXF-ACTIVE-MQ-tp5740278.html
 Sent from the Camel - Users mailing list archive at Nabble.com.


CAMEL + CXF+ ACTIVE MQ

2013-09-27 Thread pannereselvam
Hi,
I have to perform all these (camel, cxf and active mq) in Fuse 7.1.0
Requirement:
Retrive Customer details based on given customer id. 
came- Router , 
CXF - web service
Active MQ - Message queue.
Question:
In webservice, How should sends the response to same endpoint where request
generated ?
Steps:
1. Have a CXF web service in front( sends SOAP message). Assume 
  Eg:  soap:envelope
 soap:body
   customer
 id1233/id
   /customer
 /soap:body
   /soap:envelope
2. If customer id presents in DB , get the details , otherwise going to make
a external (http) call to get complete customer details.
3. The result is stored in queue for further processing 
4. Finally the result should sends back to to CXF where it requested. Do we
need another end point ?


Please advise. Much appriciated your response. 
 

 



--
View this message in context: 
http://camel.465427.n5.nabble.com/CAMEL-CXF-ACTIVE-MQ-tp5740278.html
Sent from the Camel - Users mailing list archive at Nabble.com.