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