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
No comments:
Post a Comment