Objective: Demonstrate one way message bridging from JMS to HTTP using inbound JMS endpoint.
...
- Download and set up Apache ActiveMQ. Instructions can be found in section Installation Prerequisites.
Copy the following client libraries from <AMQ_HOME>/lib directory to <ESB_HOME>/repository/components/lib directory.
ActiveMQ 5.8.0 and above- activemq-broker-5.8.0.jar
- activemq-client-5.8.0.jar
- geronimo-jms_1.1_spec-1.1.1.jar
- geronimo-j2ee-management_1.1_spec-1.0.1.jar
- hawtbuf-1.9.jar
Earlier version of ActiveMQ
activemq-core-5.5.1.jar
geronimo-j2ee-management_1.0_spec-1.0.jar
geronimo-jms_1.1_spec-1.1.1.jar
- Start the Axis2 server and deploy the
SimpleStockQuoteService
if not already done. - Start the Synapse configuration numbered 901:
wso2esb-samples.sh -sn 901
...