JMS Connector
Mule connector lets you easily send and receive messages to queues and topics for any message service which implements the JMS specification
home
JMS (Java Message Service) is a widely-used API for Message Oriented Middleware. It allows communication between different components of a distributed application to be loosely coupled, reliable, and asynchronous.
Note: Mule supports non-blocking request-response when the non-blocking processing strategy is used. For more information on setting the strategy, see Flow Processing Strategies.
JMS supports two models for messaging:
- Queues - Point-to-point
- Topics - Publish and subscribe
Muleโs JMS transport lets you easily send and receive messages to queues and topics for any message service which implements the JMS specification.
Note: This connector module only works with Mule 4 and Studio 7.