Pages

Showing posts with label JMS. Show all posts
Showing posts with label JMS. Show all posts

Publish and Subscribe in JMS

Java Messaging Service as two models of messaging.
1.point-to-point (tutorial here)
2.Publish and Subscribe.

Point to Point Messaging using JMS

Java Messaging Service (JMS)  is a Message Oriented Middleware (MOM) API for sending messages between two or more clients.

JMS API supports two models:
1.Point to Point
2.Publish and Subscribe
Here we are going to look p2p example.