Documentation » History » Version 8
chin-yeh, 09/30/2010 03:43 PM
1 | 8 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | 1 | chin-yeh | h1. Documentation |
4 | |||
5 | 6 | chin-yeh | h2. Load Test on the prototype |
6 | |||
7 | [[Load Test Prototype|Click here]] to see the result. |
||
8 | |||
9 | 1 | chin-yeh | h2. Create Queue |
10 | |||
11 | # edit the @deploy/hornetq.sar/hornetq-jms.xml@ |
||
12 | <pre> |
||
13 | <queue name="RequestQueue"> |
||
14 | <entry name="/queue/RequestQueue"/> |
||
15 | </queue> |
||
16 | </pre> |
||
17 | 2 | chin-yeh | |
18 | h2. JMS Adaptor |
||
19 | |||
20 | This adaptor consists of 2 main components: |
||
21 | * produce JMS message |
||
22 | * consume JMS message |
||
23 | |||
24 | 7 | chin-yeh | The adaptor must works with JDK 5.0 or above. |
25 | 3 | chin-yeh | |
26 | h3. SOAP Adaptor |
||
27 | |||
28 | This adaptor consists of: |
||
29 | 5 | chin-yeh | * forward XML content to web service provider with no modification on the original content |
30 | 3 | chin-yeh | |
31 | This adaptor works with JDK 5.0 or above. |
||
32 | 4 | chin-yeh | |
33 | h3. Web Service Mimic |
||
34 | |||
35 | Act as a proxy by receiving the web service request on behalf of the actual web service provider. |
||
36 | |||
37 | This component works together with JMS adaptor to insert web service request into JMS queue. |