Documentation » History » Version 2
chin-yeh, 09/21/2010 11:44 AM
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 | The adaptor must deploy on the JDK 6.0 (or above) in order to work properly with @HornetQ 2.1.2@. |