WSO2 CEP with ActiveMQ JMS Broker
Join the DZone community and get the full member experience.
Join For FreePrerequisite
install ActiveMQ JMS Broker.
Before Start CEP
1. Copy
activemq-all-xxx.jar
from the <ActiveMQ_HOME> directory to <CEP_HOME>/samples/lib directory.
2.Copy
activemq-core-xxx.jar
geronimo-j2ee-management_1.1_spec-1.0.1.jar
from <ActiveMQ_HOME>/lib to <CEP_HOME>/repository/components/lib directory.
3.Go to <CEP_HOME>/samples/cep-samples and enter "ant deploy-jms"
This will copy the broker-manager-config.xml
4. Now start the WSO2 Complex Event Processor from wso2server.bat/sh
Starting JMS Subscriber
5. Start ActiveMQ JMS Broker
6. Enter "ant jmsSubscriber -Dtopic=PredictedStockQuotes" <CEP_HOME>/samples/cep-samples
Publishing Events
7. Go to <CEP_HOME>/samples/cep-samples and type "ant jmsAllStockQuotesPublisher"
8. You will be able observe the output events in the JMS subscriber console as shown bellow.
Published at DZone with permission of Madhuka Udantha, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
File Upload Security and Malware Protection
-
Explainable AI: Making the Black Box Transparent
-
Building and Deploying Microservices With Spring Boot and Docker
-
Cypress Tutorial: A Comprehensive Guide With Examples and Best Practices
Comments