Project

General

Profile

Documentation » History » Version 6

chin-yeh, 09/24/2010 03:25 PM

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