Project

General

Profile

Actions

Documentation » History » Revision 3

« Previous | Revision 3/49 (diff) | Next »
chin-yeh, 09/22/2010 04:46 PM


Documentation

Create Queue

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

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.

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.

Updated by chin-yeh almost 14 years ago · 3 revisions