Siddhi IO JMS
The siddhi-io-jms extension is an extension to Siddhi that receives and publishes events via Java Message Service (JMS), supporting Message brokers such as ActiveMQ.
For information on Siddhi and it's features refer Siddhi Documentation.
Download
- Versions 2.x and above with group id
io.siddhi.extension.*
from here. - Versions 1.x and lower with group id
org.wso2.extension.siddhi.*
from here.
Latest API Docs
Latest API Docs is 2.0.4.
Features
- jms (Sink)
JMS Sink allows users to subscribe to a JMS broker and publish JMS messages.
- jms (Source)
JMS Source allows users to subscribe to a JMS broker and receive JMS messages. It has the ability to receive Map messages and Text messages.
Dependencies
For working with ActiveMQ.
-
Download the activemq client JAR from maven central.
-
Following JARs are needed from
<ActiveMQ_HOME>/libs
directory- hawtbuf-1.9.jar
- geronimo-j2ee-management_1.1_spec-1.0.1.jar
- geronimo-jms_1.1_spec-1.1.1.jar
Installation
For installing this extension on various siddhi execution environments refer Siddhi documentation section on adding extensions.
Support and Contribution
-
We encourage users to ask questions and get support via StackOverflow, make sure to add the
siddhi
tag to the issue for better response. -
If you find any issues related to the extension please report them on the issue tracker.
-
For production support and other contribution related information refer Siddhi Community documentation.