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 JMS support in WSO2 ESB along with implementation details of common usecases, a configuration guide, troubleshooting guide and more.
- Configuring JMS Transport
- JMS Usecases
- JMS Samples (When a sample is clicked, you will be navigated to the ESB Samplessection of this documentation)
- Sample 250: Introduction to Switching Transports
- Sample 251: Switching from HTTP(S) to JMS
- Sample 252: Pure Text (Binary) and POX Message Support with JMS
- Sample 253: Bridging from JMS to HTTP and Replying with a 202 Accepted Response
- Sample 263: Transport Switching - JMS to http/s Using JBoss Messaging(JBM)
- Sample 264: Sending Two-Way Messages Using JMS transport
- Sample 381: Class Mediator to CBR Binary Messages
- Advanced Topics
- JMS Troubleshooting Guide
- JMS FAQ
Â