This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
JMS Support
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 provided via the ESB Profile of WSO2 Enterprise Integrator (WSO2 EI) along with implementation details of common use cases, a configuration guide as well as a troubleshooting guide. The JMS Usecases section walks you through use cases that include the new messaging features introduced with JMS 2.0.
The ESB Profile of WSO2 EI supports the following messaging features introduced with JMS 2.0:
- Shared Topic Subscription
- JMSX Delivery Count
- JMS Message Delivery Delay
- JMS Usecases
- The ESB Profile of WSO2 Enterprise Integrator as a JMS Consumer
- The ESB Profile of WSO2 Enterprise Integrator as a JMS Producer
- The ESB Profile of WSO2 Enterprise Integrator as Both a JMS Producer and Consumer
- JMS Synchronous Invocations : Dual Channel HTTP-to-JMS
- JMS Synchronous Invocations : Quad Channel JMS-to-JMS
- Store and Forward Using JMS Message Stores
- Publish-Subscribe with JMS
- Shared Topic Subscription with the ESB Profile of WSO2 Enterprise Integrator
- Detecting Repeatedly Redelivered Messages Using the JMSXDeliveryCount Property
- Using the ESB Profile of WSO2 Enterprise Integrator as a JMS Producer and Specifying a Delivery Delay on Messages
- JMS Samples
- Advanced Topics
- JMS Troubleshooting Guide
- JMS FAQ