Actions
Documentation » History » Revision 8
« Previous |
Revision 8/49
(diff)
| Next »
chin-yeh, 09/30/2010 03:43 PM
- Table of contents
- Documentation
Documentation¶
Load Test on the prototype¶
Click here to see the result.
Create Queue¶
- 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 works with JDK 5.0 or above.
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.
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 about 14 years ago · 8 revisions