Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is JMS (Java Message Service)
What Is JMS (Java Message Service)?
✍: FYIcenter.com
JMS (Java Message Service) is a standard extension to the Java platform that provides a common way for Java programs to create, send, receive and read an enterprise messaging system’s messages.
JMS is a set of interfaces and associated semantics that define how a JMS client accesses the facilities of an enterprise messaging product. Since messaging is peer-to-peer, all users of JMS are referred to generically as clients. A JMS application is made up of a set of application defined messages and a set of clients that exchange them.
The JMS API is based on the JMS specification as defined in "JSR: Java Message Service". The latest version of the specification was JMS 1.1 released on April 12, 2002.
Sun has provided several releases of the JMS implementation and named it as jms.jar:
JMS 1.1 30-Apr-2002 jms.jar (jms-1_1-fr-apidocs.zip) JMS 1.0.2b 20-Jul-2001 jms.jar (jms-1_0_2b.zip)
For additional information, visit Java Message Service page
Back to FAQ for JMS (Java Message Service).
2022-12-20, ∼3196🔥, 4💬
Popular Posts:
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...
Apache Commons Lang 3 is the 3rd version of Apache Commons Lang, which provides a host of helper uti...
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...