In this section, you will read about the java messages Services (JMS). This tutorial provides an overview of the JMS and offers the basics for developing programs using it. The java message services API is a java Message oriented Middleware API for sending successfully the messages asynchronously to the servers.
JMS Element
The following some element of JMS:
Models
The JMS API supports two models:
point to point or queuing model
The point-to-point or queuing model, a producer posts messages to a particular queue and a consumer reads message from the queue. The point-to-point model support the some following
statements
Publish and subscribe model
The publish- subscribe model supports publishing messages to a particular message topic. In this model, neither the publisher nor the subscribe know about each other. The
following are the characteristics of this
model:
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java Message Services
Post your Comment