Project

General

Profile

Documentation » History » Version 3

chin-yeh, 09/22/2010 04:46 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.