Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Java Message Service

You are here: irt.org | FOLDOC | Java Message Service

<programming, messaging> (JMS) An API for accessing enterprise messaging systems from Java programs. Java Message Service, part of the J2EE suite, provides standard APIs that Java developers can use to access the common features of enterprise message systems. JMS supports the publish/subscribe and point-to-point models and allows the creation of message types consisting of arbitrary Java objects. JMS provides support for administration, security, error handling, and recovery, optimisation, distributed transactions, message ordering, message acknowledgment, and more.

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

Overview (http://developer.java.sun.com/developer/technicalArticles/Networking/messaging/).

(2001-06-22)

Nearby terms: Java Community Process « Java Database Connectivity « Java Development Kit « Java Message Service » Java Native Interface » Java Open Language Toolkit » Java Remote Method Protocol

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb