The Java Message Service (JMS) defines the standard for reliable Enterprise Messaging. Enterprise messaging, often also referred to as Messaging Oriented Middleware (MOM), is universally recognized as an essential tool for building enterprise applications. By combining Java technology with enterprise messaging, the JMS API provides a powerful tool for solving enterprise computing problems.
References:
Please get most of the FAQ's on JMS here : http://java.sun.com/products/jms/faq.html
Get the following from this link: http://java.sun.com/products/jms/docs.html
Download Java Message Service Sample Programs : This zip file contains some short sample programs that show how to use basic and more advanced features of the JMS API. When you unzip the file, a subdirectory named samples
containing the sample programs is created in the current directory. To run the programs, you must have an implementation of the JMS API, such as the Java 2 SDK, Enterprise Edition, version 1.3, installed on your system.
Java Message Service Specification - version 1.1
Download the version 1.1 API Documentation, Jar and Source
Download Java Message Service Specification - version 1.0.2b
What is JMS
The Java Message Service (JMS) defines the standard for reliable Enterprise Messaging. Enterprise messaging, often also referred to as Messaging Oriented Middleware (MOM), is universally recognized as an essential tool for building enterprise applications. By combining Java technology with enterprise messaging, the JMS API provides a powerful tool for solving enterprise computing problems.
References:
Please get most of the FAQ's on JMS here : http://java.sun.com/products/jms/faq.html
Get the following from this link: http://java.sun.com/products/jms/docs.html
Download Java Message Service Sample Programs : This zip file contains some short sample programs that show how to use basic and more advanced features of the JMS API. When you unzip the file, a subdirectory named
samples
containing the sample programs is created in the current directory. To run the programs, you must have an implementation of the JMS API, such as the Java 2 SDK, Enterprise Edition, version 1.3, installed on your system.Java Message Service Specification - version 1.1
Download the version 1.1 API Documentation, Jar and Source
Download Java Message Service Specification - version 1.0.2b