Skip to content

wso2-extensions/esb-connector-jms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMS ESB Connector

The JMS Connector allows you to access the Java Message Service (JMS) API through WSO2 ESB, and acts as a message producer that facilitates publishing messages. The JMS API is a Java API that allows applications to create, send, receive, and read messages. Designed by Sun and several partner companies, the JMS API defines a common set of interfaces and associated semantics that allow programs written in the Java programming language to communicate with other messaging implementations. For more information on the JMS API, see Oracle JMS documentation.

Compatibility

Connector version Supported JMS version Supported WSO2 ESB/EI version
1.0.1 1.1 EI 6.5.0
1.0.0 1.1 ESB 5.0.0, 4.9.0

Getting started

Download and install the connector

  1. Download the connector from the WSO2 Store by clicking the Download Connector button.
  2. Then you can follow this Documentation to add and enable the connector via the Management Console in your EI instance.
  3. For more information on using connectors and their operations in your EI configurations, see Using a Connector.
  4. If you want to work with connectors via EI tooling, see Working with Connectors via Tooling.

Configuring the connector operations

To get started with JMS connector and their operations, see Configuring JMS Operations.

Building From the Source

Follow the steps given below to build the JMS connector from the source code:

  1. Get a clone or download the source from Github.
  2. Run the following Maven command from the esb-connector-jms directory: mvn clean install.
  3. The JMS connector zip file is created in the esb-connector-jms/target directory

How You Can Contribute

As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.