Hello All,

I am currently working on a design that requires hosting a Web-service
in ServiceMix that will provide a service to provision a user. This
requires the following:

a. Customer sends a SOAP request to provision a user
b. The service accepts the request and drops it into a JMS request
queue, and waits for a response from a local response queue
c. A camel route takes the request and sends it to a remote JMS bus
d. A remote camel route picks the request and using API's (custom
endpoint) creates a remote user
e. When a remote user is created, the API will write a response to a
remote response queue
f. A local consumer will then accept the response from a remote queue
and drops it into a local response queue
g. The service will read the response and convey that back to the calling client

Having said all that, we were hoping to take advantage of using a CXF
with Camel in our approach, and was hoping to find a resource or
sample code template to help us jump start the solution.

Thank you all for your feedback,

Shaffin.

Reply via email to