Posts

Showing posts with the label Java Message service

JAVA MESSAGE SERVICE – JMS

Image
Techno Kryon JMS Introduction:-             Java Message Service (JMS) is an Application Programming Interface (API) that provides the facility to create, send, receive and read messages.                Java Message service provides asynchronous communication, loosely coupled and reliable. It is also known as messaging service in java.               The  Java Message Service   ( JMS )  API  is a  message-oriented middleware  API for sending messages between two or more  clients . JMS is mainly used for sending and receiving a message from one application to another application.              JMS is a part of the  Java Platform , Java Enterprise Edition developed at Sun Microsystems, but which has...