Project

General

Profile

Documentation » History » Version 13

chin-yeh, 10/27/2010 02:59 PM

1 8 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Documentation
4
5 12 chin-yeh
The main documentation for this project.
6
7 13 chin-yeh
h2. Load Test Result
8 6 chin-yeh
9 13 chin-yeh
[[Load Test Prototype|Click here]] to see the result which tested on the prototype.
10 1 chin-yeh
11 12 chin-yeh
h2. Overview
12 10 chin-yeh
13 12 chin-yeh
In summary, the QConnector contains the following components:
14
* *JMS Adaptor*
15
** produce JMS message
16
** consume JMS message
17
* *SOAP Adaptor*
18
** forward XML content to web service provider
19
* *Web Service (Dot Com)*
20
** the request should come from JMS system.
21
* *Web Service Mimic*
22
** Act as a proxy by receiving the web service request on behalf of the actual web service provider.
23
** this component works together with JMS adaptor to insert web service request into JMS queue.
24
* *WS Status*
25
** this component transforms the web service's response and update the respective event log in the database.
26
* *XML mapper*
27
** this component transform the bean into XML.