Documentation » History » Revision 7
Revision 6 (chin-yeh, 09/24/2010 03:25 PM) → Revision 7/49 (chin-yeh, 09/27/2010 05:16 PM)
h1. Documentation h2. Load Test on the prototype [[Load Test Prototype|Click here]] to see the result. 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 works deploy on the JDK 6.0 (or above) in order to work properly with JDK 5.0 or above. @HornetQ 2.1.2@ client. h3. SOAP Adaptor This adaptor consists of: * forward XML content to web service provider with no modification on the original content This adaptor works with JDK 5.0 or above. h3. 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.