Project

General

Profile

Documentation » History » Revision 3

Revision 2 (chin-yeh, 09/21/2010 11:44 AM) → Revision 3/49 (chin-yeh, 09/22/2010 04:46 PM)

h1. Documentation 

 h2. Create Queue 

 # edit the @deploy/hornetq.sar/hornetq-jms.xml@ 
 <pre> 
 <queue name="RequestQueue"> 
       <entry name="/queue/RequestQueue"/> 
 </queue> 
 </pre> 

 h2. JMS Adaptor 

 This adaptor consists of 2 main components: 
 * produce JMS message 
 * consume JMS message 

 The adaptor must deploy on the JDK 6.0 (or above) in order to work properly with @HornetQ 2.1.2@ client. 

 h3. SOAP Adaptor 

 This adaptor consists of: 
 * forward XML content to web service provided with no modification on the original content 

 This adaptor works with JDK 5.0 or above. 2.1.2@.