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/.
Java Message Service (JMS) Support
Java Message Service (JMS) is a widely used API in Java-based Message Oriented Middleware. It facilitates loosely coupled, reliable, and asynchronous communication between different components of a distributed application. JMS supports two models for messaging as follows:Â
- Queues : point-to-point
- Topics : publish and subscribeÂ
This section provides information on implementation details of common WSO2 ESB JMS use cases, and also provides a configuration guide as well as a troubleshooting guide.
Â