Project

General

Profile

Actions

Documentation » History » Revision 4

« Previous | Revision 4/49 (diff) | Next »
chin-yeh, 09/22/2010 06:37 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.

Web Service Mimic

Act as a proxy by receiving the web service request on behalf of the actual web service provider.

This component works together with JMS adaptor to insert web service request into JMS queue.

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