Actions
Documentation » History » Revision 17
« Previous |
Revision 17/49
(diff)
| Next »
chin-yeh, 10/27/2010 04:29 PM
- Table of contents
- Documentation
Documentation¶
The main documentation for this project.
Overview¶
In summary, the QConnector contains the following components:- JMS Adaptor
- produce JMS message
- consume JMS message
- SOAP Adaptor
- forward XML content to web service provider
- Web Service (Dot Com)
- the request should come from JMS system.
- Web Service Mimic
- Act as a proxy by receiving the web service request on behalf of the actual web service provider.
- this component works together with JMS adaptor to insert web service request into JMS queue.
- Ecosway Adaptor
- retrieve the relevant data and then send it to
Web Service Mimic
- retrieve the relevant data and then send it to
- WS Status
- this component transforms the web service's response and update the respective event log in the database.
- XML mapper
- this component transform the bean into XML.
List of software/component used¶
Software¶
The installer can be found in:
/home/support/install/installer in cwyrnd3-server server
or you can access the folder through Samba Shared Drive
Name | Version |
---|---|
Jboss AS (to be embedded with HornetQ) | 5.1.0.GA |
HornetQ | 2.1.2.Final |
Sun JDK | 1.6.0_21 |
Components¶
The source code can be found in:
Name | Version |
---|---|
ecosway-adaptor | 0.4-SNAPSHOT |
ecwyadaptor | 0.0.1-SNAPSHOT |
ecwyconnector | 1.0.1-SNAPSHOT |
jms-adaptor | 0.6-SNAPSHOT |
soap-adaptor | 0.5.2-SNAPSHOT |
us-beans | 1.0-SNAPSHOT |
ws-mimic | 2.4-SNAPSHOT |
ws-status | 1.0-SNAPSHOT |
xml-mapper | 1.3-SNAPSHOT |
Load Test Result¶
Click here to see the result which tested on the prototype.
Updated by chin-yeh about 14 years ago · 17 revisions