JMS Connector - Mule 3
home
Create loosely coupled, reliable, and asynchronous connectivity between distributed application by interfacing with the JMS (Java Message Service) API.
JMS is widely-used API for message oriented middleware.
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.
Examples
Note
This connector is pre-installed in Anypoint Studio.