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/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

 

  • No labels