Friday, 11 September 2015

JBoss Messaging Connector

Easily send and receive messages to queues and topics for any message service which implements the JMS specification.

Description

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

The JMS connector is preinstalled in Anypoint Studio.

No comments:

Post a Comment