This documentation is for WSO2 Enterprise Integrator version 6.0.0 . View documentation for the latest release in the 6.x.x family and the latest release in the 7.x.x family.

All docs This doc
Skip to end of metadata
Go to start of metadata

Java Message Service (JMS) is a widely used API in Java-based Message Oriented Middleware(MOM) applications. It facilitates loosely coupled, reliable, and asynchronous communication between different components of a distributed application.

JMS supports two asynchronous communication models for messaging as follows: 

  • Point-to-point model - In this model message communication happens from one JMS client to another JMS client through a dedicated queue.
  • Publish and subscribe model -  In this model message communication happens from one JMS client(publisher) to many JMS clients(subscribers) through a topic. 

This section provides information on JMS support in WSO2 Enterprise Integrator (WSO2 EI) along with implementation details of common use cases, a configuration guide as well as a troubleshooting guide. In the JMS Usecases section you will also see use cases for the new messaging features introduced with JMS 2.0.

WSO2 EI supports the following messaging features introduced with JMS 2.0:

  • Shared Topic Subscription
  • JMSX Delivery Count
  • JMS Message Delivery Delay

 

 

  • No labels