Java Message Service


Java Message Service

(programming, messaging)(JMS) An API for accessingenterprise messaging systems from Java programs. JavaMessage Service, part of the J2EE suite, provides standardAPIs that Java developers can use to access the commonfeatures of enterprise message systems. JMS supports thepublish/subscribe and point-to-point models and allows thecreation of message types consisting of arbitrary Javaobjects. JMS provides support for administration, security,error handling, and recovery, optimisation, distributedtransactions, message ordering, message acknowledgment, andmore.

http://java.sun.com/products/jms.

Overview.